mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 06:36:48 -04:00
Update buildjdk.sh
This commit is contained in:
parent
98b1a53139
commit
f35060e24e
@ -41,6 +41,13 @@ if [ "$BUILD_IOS" != "1" ]; then
|
|||||||
ar cru dummy_libs/libpthread.a
|
ar cru dummy_libs/libpthread.a
|
||||||
ar cru dummy_libs/libthread_db.a
|
ar cru dummy_libs/libthread_db.a
|
||||||
else
|
else
|
||||||
|
wget https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz
|
||||||
|
tar xvf libffi-3.4.2.tar.gz
|
||||||
|
cd libffi-3.4.2
|
||||||
|
xcodebuild -arch arm64
|
||||||
|
cd build_iphoneos-arm64
|
||||||
|
make prefix=`pwd` install
|
||||||
|
|
||||||
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"
|
||||||
# --disable-precompiled-headers
|
# --disable-precompiled-headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user