mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-11 21:41:03 +00:00
wscript: always load cmakelists generation tool
This commit is contained in:
parent
a5ee631191
commit
e3934af7d1
2
wscript
2
wscript
@ -167,7 +167,7 @@ def configure(conf):
|
|||||||
conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64']
|
conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64']
|
||||||
|
|
||||||
# Load compilers early
|
# Load compilers early
|
||||||
conf.load('xshlib xcompile compiler_c compiler_cxx')
|
conf.load('xshlib xcompile compiler_c compiler_cxx cmake')
|
||||||
|
|
||||||
if conf.options.NSWITCH:
|
if conf.options.NSWITCH:
|
||||||
conf.load('nswitch')
|
conf.load('nswitch')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user