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.
1 parent d2b5c41 commit 1be4e02Copy full SHA for 1be4e02
recipes/android/recipe.sh
@@ -33,7 +33,9 @@ function build_android() {
33
try $BUILD_PATH/python-install/bin/python.host setup.py build_ext -i
34
35
# copy files
36
- try cp android.so android_sound.so android_mixer.py \
+ try cp android.so android_sound.so \
37
+ $BUILD_PATH/python-install/lib/python2.7/lib-dynload/
38
+ try cp android_mixer.py \
39
$BUILD_PATH/python-install/lib/python2.7/
40
41
touch .done
0 commit comments