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
|
ar cru dummy_libs/libthread_db.a
|
||||||
else
|
else
|
||||||
ln -s -f /opt/X11/include/X11 $ANDROID_INCLUDE/
|
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"
|
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"
|
sameflags="-arch arm64 -isysroot $thesysroot -miphoneos-version-min=12.0 -DHEADLESS=1 -I$PWD/ios-missing-include -Wno-implicit-function-declaration"
|
||||||
export CFLAGS+=" $sameflags"
|
export CFLAGS+=" $sameflags"
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
if [ "$TARGET_JDK" == "arm" ]
|
if [ "$TARGET_JDK" == "arm" ]; then
|
||||||
then
|
|
||||||
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u openjdk
|
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
|
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
|
fi
|
||||||
|
@ -8,4 +8,4 @@ fi
|
|||||||
args=${args/"-isysroot $thesysroot"/}
|
args=${args/"-isysroot $thesysroot"/}
|
||||||
args=${args/"-miphoneos-version-min=12.0"/}
|
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