Skip to content

Commit 29bb9c1

Browse files
authored
Merge pull request #197 from dahlia/std_gnu
Fix cygwin by using std=gnu++0x
2 parents 740b0e6 + 6d03c77 commit 29bb9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
link_flags = []
8686
else:
8787
flags = [
88-
'-fPIC', '-std=c++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
88+
'-fPIC', '-std=gnu++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
8989
]
9090
platform.mac_ver()
9191
if platform.system() in ['Darwin', 'FreeBSD']:

0 commit comments

Comments
 (0)