1
0
forked from 0ad/0ad

Link with boost_system as that is needed for Boost <= 1.43. Refs #1360.

This was SVN commit r11971.
This commit is contained in:
leper 2012-06-13 22:54:14 +00:00
parent 637c09b204
commit 20e9d70757

View File

@ -214,10 +214,11 @@ extern_lib_defs = {
if os.getversion().description == "OpenBSD" then
includedirs { "/usr/local/include" }
end
-- Uncomment the following for your system if you are using boost <= 1.42
-- These are only needed for boost <= 1.43
add_default_links({
--unix_names = { "boost_system-mt" }
--bsd_names = { "boost_system" }
android_names = { "boost_system-gcc-mt" },
unix_names = { "boost_system-mt" },
bsd_names = { "boost_system" },
})
end,
link_settings = function()