Skip to content

Commit b1f2229

Browse files
committed
update pyjnius, it has now java class to copy into the source tree
1 parent 1a525cf commit b1f2229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/pyjnius/recipe.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function build_pyjnius() {
3030
try $BUILD_PATH/python-install/bin/python.host setup.py build_ext -v
3131
try find build/lib.* -name "*.o" -exec $STRIP {} \;
3232
try $BUILD_PATH/python-install/bin/python.host setup.py install -O2
33+
try cp -a jnius/src/org $JAVACLASS_PATH
3334

3435
unset LDSHARED
3536
pop_arm

0 commit comments

Comments
 (0)