wscript: fix typo

This commit is contained in:
Alibek Omarov 2019-05-06 19:25:10 +03:00
parent e06b7412ac
commit f904ba53e2
1 changed files with 1 additions and 1 deletions

View File

@ -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: