From f904ba53e245107544bfcbd668c0ec2c5ed487ff Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 6 May 2019 19:25:10 +0300 Subject: [PATCH] wscript: fix typo --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a5a5618f..2fef7fef 100644 --- a/wscript +++ b/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: