remove the -t option in cython, look like people have an hard time to get a cython working. just use the standard one then.

This commit is contained in:
Mathieu Virbel 2012-07-18 13:19:31 +02:00
parent c02901cc06
commit 7a8cd4e9ec
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ios:
echo "First build ========================================"
-PATH="$(IOSPATH)" $(HOSTPYTHON) setup.py build_ext -g
echo "cythoning =========================================="
find . -name *.pyx -exec cython -t {} \;
find . -name *.pyx -exec cython {} \;
echo "Second build ======================================="
PATH="$(IOSPATH)" $(HOSTPYTHON) setup.py build_ext -g
PATH="$(IOSPATH)" $(HOSTPYTHON) setup.py install -O2 --root iosbuild