Skip to content

Commit

Permalink
Fix[build]: fix my idiocy
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jul 13, 2024
1 parent 449116f commit b1d008a
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 @@ -51,7 +51,7 @@ 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
export LDFLAGS=-fuse-ld=lld

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

# Download libraries
Expand Down

0 comments on commit b1d008a

Please sign in to comment.