summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index a847df9..331ea0f 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -96,6 +96,7 @@ else:
'-DNINJA_BOOTSTRAP'])
if options.windows:
cflags.append('-D_WIN32_WINNT=0x0501')
+ conf_args.append("--platform=mingw")
if options.x64:
cflags.append('-m64')
args.extend(cflags)