mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 23:55:58 -04:00
zulu port test
This commit is contained in:
parent
c843ad9daf
commit
e7b75eedc0
@ -40,7 +40,7 @@ if [ "$BUILD_IOS" != "1" ]; then
|
||||
ar cru dummy_libs/libthread_db.a
|
||||
else
|
||||
ln -s -f /opt/X11/include/X11 $ANDROID_INCLUDE/
|
||||
platform_args=--with-toolchain-type=clang
|
||||
platform_args="--with-toolchain-type=clang"
|
||||
AUTOCONF_x11arg="--with-x=/opt/X11/include/X11 --disable-precompiled-headers --prefix=/usr/lib"
|
||||
sameflags="-arch arm64 -isysroot $thesysroot -miphoneos-version-min=12.0 -DHEADLESS=1 -I$PWD/ios-missing-include -Wno-implicit-function-declaration"
|
||||
export CFLAGS+=" $sameflags"
|
||||
|
@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
if [ "$TARGET_JDK" == "arm" ]
|
||||
then
|
||||
if [ "$TARGET_JDK" == "arm" ]; then
|
||||
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u openjdk
|
||||
elif [ "$BUILD_IOS" == "1" ]; then
|
||||
git clone --depth 1 --branch ios https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u openjdk
|
||||
else
|
||||
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk
|
||||
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u openjdk
|
||||
fi
|
||||
|
@ -8,4 +8,4 @@ fi
|
||||
args=${args/"-isysroot $thesysroot"/}
|
||||
args=${args/"-miphoneos-version-min=12.0"/}
|
||||
|
||||
/usr/bin/CC $args --stdlib=libstdc++ -isysroot $themacsysroot
|
||||
$thecxx $args --stdlib=libc++ -isysroot $themacsysroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user