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 1a525cf commit b1f2229Copy full SHA for b1f2229
recipes/pyjnius/recipe.sh
@@ -30,6 +30,7 @@ function build_pyjnius() {
30
try $BUILD_PATH/python-install/bin/python.host setup.py build_ext -v
31
try find build/lib.* -name "*.o" -exec $STRIP {} \;
32
try $BUILD_PATH/python-install/bin/python.host setup.py install -O2
33
+ try cp -a jnius/src/org $JAVACLASS_PATH
34
35
unset LDSHARED
36
pop_arm
0 commit comments