8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09d8694 + 2c355c4 commit b4693a5Copy full SHA for b4693a5
recipes/kivy/recipe.sh
@@ -27,7 +27,7 @@ function build_kivy() {
27
28
# fake try to be able to cythonize generated files
29
$HOSTPYTHON setup.py build_ext
30
- try find . -iname '*.pyx' -exec $CYTHON {} \;
+ try find . -iname '*.pyx' -exec cython {} \;
31
try $HOSTPYTHON setup.py build_ext -v
32
try find build/lib.* -name "*.o" -exec $STRIP {} \;
33
try $HOSTPYTHON setup.py install -O2
0 commit comments