Third-party: fix Asio include paths

This commit is contained in:
Will Martin
2026-02-08 17:38:50 +09:00
committed by Herman S.
parent 78a2ab421f
commit e040cd328b
3 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ project("asio")
language("C++")
includedirs({
"asio/include",
"third_party/asio/include",
})
defines({
@@ -20,7 +20,7 @@ project("asio")
filter({})
files({
"asio/asio/include/asio.hpp",
"third_party/asio/include/asio.hpp",
})
warnings("Off")
-3
View File
@@ -12,9 +12,6 @@ project("mspack")
includedirs({
"mspack",
})
sysincludedirs({
"mspack",
})
files({
"mspack/logging.cc",
"mspack/lzxd.c",
-2
View File
@@ -8,8 +8,6 @@ project("zarchive")
})
includedirs({
"zarchive/include",
})
sysincludedirs({
"zstd/lib",
})
files({