Skip to content

Commit

Permalink
Fix[freetype]: Why is LWJGL_NATIVE relative?!?
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Jul 13, 2024
1 parent fc694e3 commit 03e63c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_build_android.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ if [ "$SKIP_FREETYPE" != "1" ]; then

make -j4
make install

llvm-strip ./build_android-$LWJGL_BUILD_ARCH/lib/libfreetype.so
cp ./build_android-$LWJGL_BUILD_ARCH/lib/libfreetype.so $LWJGL_NATIVE/freetype/

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

0 comments on commit 03e63c2

Please sign in to comment.