summaryrefslogtreecommitdiff
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 d4f841e..1716b90 100644
--- a/wscript
+++ b/wscript
@@ -145,7 +145,7 @@ def rebuild(ctx):
waflib.Options.commands.extend(['clean', 'build'])
def check_options(ctx, host):
- if host in ['mingw32']:
+ if host in ['mingw32', 'x86_64-w64-mingw32']:
ctx.env.HOST = host
ctx.env.CC = '%s-gcc' % (host)
ctx.env.CXX = '%s-g++' % (host)