mirror of
https://github.com/celisej567/source-engine.git
synced 2026-02-25 06:32:57 +03:00
fix build scripts for workflow
This commit is contained in:
2
wscript
2
wscript
@@ -441,7 +441,7 @@ def configure(conf):
|
||||
conf.env.MSVC_SUBSYSTEM = 'WINDOWS,5.01'
|
||||
conf.env.MSVC_TARGETS = ['x64'] # explicitly request x86 target for MSVC
|
||||
if conf.options.TARGET32:
|
||||
conf.env.MSVC_TARGETS = ['x32']
|
||||
conf.env.MSVC_TARGETS = ['x86']
|
||||
|
||||
if sys.platform == 'win32':
|
||||
conf.load('msvc_pdb_ext msdev msvs')
|
||||
|
||||
Reference in New Issue
Block a user