Skip to content

Commit

Permalink
if windows and not msvc, set platform to mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Jan 12, 2013
1 parent 8a4c9e0 commit bea333c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def run(*args, **kwargs):
'-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)
Expand Down

0 comments on commit bea333c

Please sign in to comment.