mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
update to ndk r21, use clang
This commit is contained in:
parent
56a75873fa
commit
7a88de6c22
@ -65,6 +65,7 @@ bash ./configure \
|
||||
--with-extra-cxxflags="$CFLAGS" \
|
||||
--with-extra-ldflags="$LDFLAGS" \
|
||||
--enable-option-checking=fatal \
|
||||
--with-toolchain-type=clang \
|
||||
--with-jvm-variants=$JVM_VARIANTS \
|
||||
--with-cups-include=$CUPS_DIR \
|
||||
--with-devkit=$TOOLCHAIN \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Use the old NDK r10e to not get internal compile error at
|
||||
# Use the old NDK r10e to not get internal compile error at (still?)
|
||||
# https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u/blob/aarch64-shenandoah-jdk8u272-b10/jdk/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c
|
||||
export NDK_VERSION=r10e
|
||||
export NDK_VERSION=r21e
|
||||
|
||||
if [ -z "$BUILD_FREETYPE_VERSION" ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user