Skip to content

Commit 72df85f

Browse files
committed
Revert "If KIVY_DIR is defined, use the the kivy dir at the $KIVY_DIR location"
This reverts commit c7904e1.
1 parent 65000da commit 72df85f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

recipes/kivy/recipe.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ function build_kivy() {
1717
true
1818
fi
1919

20-
if [ -n $KIVY_DIR ]
21-
rm -rf $BUILD_kivy
22-
cp -rf $KIVY_DIR $BUILD_kivy
23-
rm -rf $BUILD_kivy/build/cython/tests/
24-
cd $BUILD_kivy
25-
fi
20+
cd $BUILD_kivy
2621

2722
push_arm
2823

0 commit comments

Comments
 (0)