mirror of https://github.com/kivy/kivy.git
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:
parent
c02901cc06
commit
7a8cd4e9ec
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue