1
0
forked from 0ad/0ad

Removes unused Boost link dependencies with patch by fabio. Fixes #1360

This was SVN commit r11965.
This commit is contained in:
historic_bruno 2012-06-12 05:38:43 +00:00
parent 306a9759d5
commit d97f8180d5

View File

@ -216,11 +216,6 @@ extern_lib_defs = {
if os.is("windows") then
add_default_lib_paths("boost")
end
add_default_links({
android_names = { "boost_filesystem-gcc-mt", "boost_system-gcc-mt" },
unix_names = { "boost_filesystem-mt", "boost_system-mt" },
bsd_names = { "boost_filesystem", "boost_system" },
})
end,
},
boost_signals = {