mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
vgui_support: wscript: forgot to set MSVC_SUBSYSTEM for WinXP compatibility
This commit is contained in:
parent
d81288d281
commit
3c5f7de747
@ -77,4 +77,6 @@ def build(bld):
|
||||
features = 'cxx',
|
||||
includes = includes,
|
||||
use = libs,
|
||||
install_path = bld.env.LIBDIR)
|
||||
install_path = bld.env.LIBDIR,
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user