0ad: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:28 +07:00
parent 8c2ca04449
commit a0cbe616ee
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/build/premake/extern_libs5.lua
+++ b/build/premake/extern_libs5.lua
@@ -249,7 +249,7 @@ extern_lib_defs = {
-- The following are not strictly link dependencies on all systems, but
-- are included for compatibility with different versions of Boost
android_names = { "boost_filesystem-gcc-mt", "boost_system-gcc-mt" },
- unix_names = { os.findlib("boost_filesystem-mt") and "boost_filesystem-mt" or "boost_filesystem", os.findlib("boost_system-mt") and "boost_system-mt" or "boost_system" },
+ unix_names = { "boost_filesystem" },
osx_names = { "boost_filesystem", "boost_system" },
})
end,

View file

@ -1,7 +1,7 @@
# Template file for '0ad'
pkgname=0ad
version=0.27.1
revision=2
revision=3
archs="x86_64* i686* aarch64* armv7l* ppc64le* riscv64*"
# Unclear whether ppc64le and riscv64 will work, though upstream seems to support them
build_helper=rust