Skip to content

Commit

Permalink
Merge pull request #45 from kantan2015/buildfix
Browse files Browse the repository at this point in the history
Fix the build with gcc prior to 5.0
  • Loading branch information
kmike committed Dec 2, 2016
2 parents 7069112 + b3f3f4d commit 1e03aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
ext_modules = [Extension('pycrfsuite._pycrfsuite',
include_dirs=includes,
language='c++',
extra_compile_args=['-std=c99'],
sources=sources
)]

Expand Down

0 comments on commit 1e03aff

Please sign in to comment.