mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
wscript: fix typo
This commit is contained in:
parent
e06b7412ac
commit
f904ba53e2
2
wscript
2
wscript
@ -213,7 +213,7 @@ def build(bld):
|
|||||||
if bld.env.SINGLE_BINARY and i.singlebin:
|
if bld.env.SINGLE_BINARY and i.singlebin:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if conf.env.DEST_OS2 == 'android' and i.singlebin:
|
if bld.env.DEST_OS2 == 'android' and i.singlebin:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if bld.env.DEDICATED and i.dedicated:
|
if bld.env.DEDICATED and i.dedicated:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user