From 845054a2ac1f470c5dd79361646be0243bb91160 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Jun 2018 12:15:17 +0200 Subject: Fix CXC build for x86-w64-mingw32 Update #3461. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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) -- cgit v1.2.3