summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index df1d6bb..e52262d 100755
--- a/configure.py
+++ b/configure.py
@@ -130,6 +130,8 @@ else:
cflags += ['-O2', '-DNDEBUG']
if 'clang' in os.path.basename(CXX):
cflags += ['-fcolor-diagnostics']
+ if platform == 'mingw':
+ cflags += ['-D_WIN32_WINNT=0x0501']
ldflags = ['-L$builddir']
libs = []