Skip to content

Commit

Permalink
Fix cygwin by using std=gnu++0x
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 23, 2017
1 parent 740b0e6 commit 6d03c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -85,7 +85,7 @@
link_flags = []
else:
flags = [
'-fPIC', '-std=c++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
'-fPIC', '-std=gnu++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
]
platform.mac_ver()
if platform.system() in ['Darwin', 'FreeBSD']:
Expand Down

0 comments on commit 6d03c77

Please sign in to comment.