Skip to content

Commit 1be4e02

Browse files
committed
android: correctly seperate installation of .so and .pyo in different directories
1 parent d2b5c41 commit 1be4e02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes/android/recipe.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ function build_android() {
3333
try $BUILD_PATH/python-install/bin/python.host setup.py build_ext -i
3434

3535
# copy files
36-
try cp android.so android_sound.so android_mixer.py \
36+
try cp android.so android_sound.so \
37+
$BUILD_PATH/python-install/lib/python2.7/lib-dynload/
38+
try cp android_mixer.py \
3739
$BUILD_PATH/python-install/lib/python2.7/
3840

3941
touch .done

0 commit comments

Comments
 (0)