Browse Source

wscript: fix typo

pull/2/head
Alibek Omarov 5 years ago
parent
commit
f904ba53e2
  1. 2
      wscript

2
wscript

@ -213,7 +213,7 @@ def build(bld): @@ -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…
Cancel
Save