Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Duron27 authored Oct 17, 2024
1 parent b2bcd0b commit a96fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ find build/$ARCH/openmw-prefix/ -iname "libopenmw.so" -exec cp "{}" ../app/src/m
cp tool/libdelta_plugin.so ../app/src/main/jniLibs/$ABI/

# copy over libs we compiled
cp prefix/$ARCH/lib/{libopenal,libSDL2,libhidapi,libGL,libcollada-dom2.5-dp}.so ../app/src/main/jniLibs/$ABI/
cp prefix/$ARCH/lib/{libopenal,libSDL2,libGL,libcollada-dom2.5-dp}.so ../app/src/main/jniLibs/$ABI/

# copy over libc++_shared
find ./toolchain/$ARCH/sysroot/usr/lib/$NDK_TRIPLET -iname "libc++_shared.so" -exec cp "{}" ../app/src/main/jniLibs/$ABI/ \;
Expand Down

0 comments on commit a96fd05

Please sign in to comment.