Skip to content

Commit

Permalink
Use build_ext --inplace instead of copying .*so
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Nov 26, 2015
1 parent 92e483b commit 3251d9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -29,8 +29,7 @@ release: logbook/_speedups.so

logbook/_speedups.so: logbook/_speedups.pyx
cython logbook/_speedups.pyx
python setup.py build
cp build/*/logbook/_speedups*.so logbook
python setup.py build_ext --inplace

cybuild: logbook/_speedups.so

Expand Down

0 comments on commit 3251d9e

Please sign in to comment.