Removes lib path for cxxtest from extern_libs4.lua, to avoid clang linker warning

This was SVN commit r15823.
This commit is contained in:
historic_bruno 2014-09-28 21:18:44 +00:00
parent a18107aa7c
commit 001f32e080

View File

@ -266,9 +266,6 @@ extern_lib_defs = {
compile_settings = function()
includedirs { libraries_source_dir .. "cxxtest-4.4" }
end,
link_settings = function()
add_source_lib_paths("cxxtest-4.4")
end,
},
enet = {
compile_settings = function()