Skip to content

Commit

Permalink
OSX 10.9 seems to need explicit include for boost
Browse files Browse the repository at this point in the history
  • Loading branch information
brettc committed Oct 15, 2015
1 parent 5a8b199 commit b4c84b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'-stdlib=libc++',
'-std=c++11',
'-mmacosx-version-min=10.8',
'-I/usr/local/include',
],
language='c++',
)
Expand Down

0 comments on commit b4c84b6

Please sign in to comment.