Skip to content

Commit

Permalink
Remove llvm-strip step
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Jul 13, 2024
1 parent 5b56e20 commit 743d630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci_build_android.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ if [ "$SKIP_FREETYPE" != "1" ]; then

make -j4
make install
llvm-strip ./build_android-$LWJGL_BUILD_ARCH/lib/libfreetype.so

cd ..
cp freetype-$BUILD_FREETYPE_VERSION/build_android-$LWJGL_BUILD_ARCH/lib/libfreetype.so $LWJGL_NATIVE/
Expand Down

0 comments on commit 743d630

Please sign in to comment.