1
0
forked from 0ad/0ad

Don't specify wxwidgets lib names in extern_libs4.lua

It works without specifying them and this way it builds with wxwidgets
2.8 and 3 on Windows

Refs #2891

This was SVN commit r16139.
This commit is contained in:
Yves 2015-01-11 17:25:24 +00:00
parent 524a942b52
commit 95fa46304f

View File

@ -727,11 +727,6 @@ extern_lib_defs = {
link_settings = function()
if os.is("windows") then
libdirs { libraries_dir.."wxwidgets/lib/vc_lib" }
configuration "Debug"
links { "wxmsw28ud_gl" }
configuration "Release"
links { "wxmsw28u_gl" }
configuration { }
else
wx_config_path = os.getenv("WX_CONFIG")
if not wx_config_path then