diff -up 0ad-0.0.13-alpha/build/premake/extern_libs4.lua.orig 0ad-0.0.13-alpha/build/premake/extern_libs4.lua --- 0ad-0.0.13-alpha/build/premake/extern_libs4.lua.orig 2013-08-07 13:37:33.983209591 -0300 +++ 0ad-0.0.13-alpha/build/premake/extern_libs4.lua 2013-08-07 13:38:33.638211876 -0300 @@ -242,7 +242,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 = { "boost_filesystem-mt", "boost_system-mt" }, + unix_names = { "boost_filesystem", "boost_system" }, bsd_names = { "boost_filesystem", "boost_system" }, }) end, @@ -251,7 +251,7 @@ extern_lib_defs = { link_settings = function() add_default_links({ android_names = { "boost_signals-gcc-mt" }, - unix_names = { "boost_signals-mt" }, + unix_names = { "boost_signals" }, bsd_names = { "boost_signals" }, }) end,