Skip to content

Commit

Permalink
windows compile args
Browse files Browse the repository at this point in the history
  • Loading branch information
pgraf committed Oct 6, 2014
1 parent f25194b commit 680a8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

if os.name == 'nt': # Windows.
# extra_compile_args = ['/TC', '/D', 'ANSI'] # for msvs (we use mingw (gcc) now by default)
pass
extra_compile_args = ''
else:
extra_compile_args = ''

Expand Down

0 comments on commit 680a8ba

Please sign in to comment.