wscript: fix typo
This commit is contained in:
parent
e06b7412ac
commit
f904ba53e2
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -213,7 +213,7 @@ def build(bld):
|
|||
if bld.env.SINGLE_BINARY and i.singlebin:
|
||||
continue
|
||||
|
||||
if conf.env.DEST_OS2 == 'android' and i.singlebin:
|
||||
if bld.env.DEST_OS2 == 'android' and i.singlebin:
|
||||
continue
|
||||
|
||||
if bld.env.DEDICATED and i.dedicated:
|
||||
|
|
Loading…
Add table
Reference in a new issue