mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so
This commit is contained in:
@@ -43,7 +43,7 @@ def configure(conf):
|
||||
else:
|
||||
conf.end_msg('yes')
|
||||
|
||||
conf.start_msg('Does this toolchain able to link to VGUI?')
|
||||
conf.start_msg('Does this toolchain able to link VGUI?')
|
||||
if conf.env.DEST_OS == 'win32' and conf.env.COMPILER_CXX == 'g++':
|
||||
conf.end_msg('no')
|
||||
# we have ABI incompatibility ONLY on MinGW
|
||||
|
||||
Reference in New Issue
Block a user