-
-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change setup.py to make use of optional build_ext option
This allows skipping the compilation of the c file if it fails for some reason, like the compiler is missing. The build will still fail if cython can't generate the c file from the py/pyx file but that should be ok.
- Loading branch information
Showing
1 changed file
with
35 additions
and
108 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