Blame 0ad-boost-0.54.0.patch
|
 |
b71416a |
diff -up 0ad-0.0.13-alpha/build/premake/extern_libs4.lua.orig 0ad-0.0.13-alpha/build/premake/extern_libs4.lua
|
|
 |
b71416a |
--- 0ad-0.0.13-alpha/build/premake/extern_libs4.lua.orig 2013-08-07 13:37:33.983209591 -0300
|
|
 |
b71416a |
+++ 0ad-0.0.13-alpha/build/premake/extern_libs4.lua 2013-08-07 13:38:33.638211876 -0300
|
|
 |
b71416a |
@@ -242,7 +242,7 @@ extern_lib_defs = {
|
|
 |
b71416a |
-- The following are not strictly link dependencies on all systems, but
|
|
 |
b71416a |
-- are included for compatibility with different versions of Boost
|
|
 |
b71416a |
android_names = { "boost_filesystem-gcc-mt", "boost_system-gcc-mt" },
|
|
 |
b71416a |
- unix_names = { "boost_filesystem-mt", "boost_system-mt" },
|
|
 |
b71416a |
+ unix_names = { "boost_filesystem", "boost_system" },
|
|
 |
b71416a |
bsd_names = { "boost_filesystem", "boost_system" },
|
|
 |
b71416a |
})
|
|
 |
b71416a |
end,
|
|
 |
b71416a |
@@ -251,7 +251,7 @@ extern_lib_defs = {
|
|
 |
b71416a |
link_settings = function()
|
|
 |
b71416a |
add_default_links({
|
|
 |
b71416a |
android_names = { "boost_signals-gcc-mt" },
|
|
 |
b71416a |
- unix_names = { "boost_signals-mt" },
|
|
 |
b71416a |
+ unix_names = { "boost_signals" },
|
|
 |
b71416a |
bsd_names = { "boost_signals" },
|
|
 |
b71416a |
})
|
|
 |
b71416a |
end,
|