Skip to content

Commit

Permalink
Fix[freetype]: Use LLD
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Jul 13, 2024
1 parent 8c8aa36 commit 449116f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci_build_android.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ if [ "$SKIP_FREETYPE" != "1" ]; then
cd freetype-$BUILD_FREETYPE_VERSION

export CC=$NDK_TARGET-linux-android${NDK_SUFFIX}21-clang

export LDARGS=-fuse-ld=lld

./configure \
--host=$TARGET \
--prefix=`pwd`/build_android-$LWJGL_BUILD_ARCH \
Expand All @@ -68,6 +69,7 @@ if [ "$SKIP_FREETYPE" != "1" ]; then
rm -rf freetype-$BUILD_FREETYPE_VERSION
unset BUILD_FREETYPE_VERSION
unset CC
unset LDARGS
fi

# Download libraries
Expand Down

0 comments on commit 449116f

Please sign in to comment.