mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 00:50:45 +08:00
DEV delete old *.c and *.so files with rebuild-cython.sh for Darwin/OSX (#1560)
This commit is contained in:
committed by
Joe Jevnik
parent
82cbac85c2
commit
0fbf7b428b
@@ -1,3 +1,8 @@
|
||||
#!/bin/bash
|
||||
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
find -E zipline tests -regex '.*\.(c|so)' -exec rm {} +
|
||||
else
|
||||
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
|
||||
fi
|
||||
python setup.py build_ext --inplace
|
||||
|
||||
Reference in New Issue
Block a user