-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't compile C files with -std=c++1x flag on MacOSX.
This makes the build fail when building the Python module from source. For some reason, MacOSX compilers seem to be picky about this flag. The solution is a bit involved since it requires to overload distutils compiler classes to select the flag that is relevant to each source file.
- Loading branch information
Showing
1 changed file
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters