Skip to content

Commit b4693a5

Browse files
committed
Merge pull request kivy#251 from inclement/so_fix
Fixed kivy recipe to work on repeated runs with P4A_kivy_DIR
2 parents 09d8694 + 2c355c4 commit b4693a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/kivy/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build_kivy() {
2727

2828
# fake try to be able to cythonize generated files
2929
$HOSTPYTHON setup.py build_ext
30-
try find . -iname '*.pyx' -exec $CYTHON {} \;
30+
try find . -iname '*.pyx' -exec cython {} \;
3131
try $HOSTPYTHON setup.py build_ext -v
3232
try find build/lib.* -name "*.o" -exec $STRIP {} \;
3333
try $HOSTPYTHON setup.py install -O2

0 commit comments

Comments
 (0)