summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bd7c54d..1f5bbea 100644
--- a/wscript
+++ b/wscript
@@ -135,7 +135,7 @@ def check_options(ctx, host):
ctx.env.CXX = '%s-g++' % (host)
ctx.env.AR = '%s-ar' % (host)
ctx.env.PYTHON = 'python'
- elif host is not 'native':
+ elif host != 'native':
ctx.fatal('unknown host: %s' % (host));
#