Update buildjdk.sh

This commit is contained in:
Duy Tran Khanh 2021-09-21 20:27:52 +07:00 committed by GitHub
parent f35060e24e
commit 0ae6eb1975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ 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
python generate-darwin-source-and-headers.py --only-ios
xcodebuild -arch arm64
cd build_iphoneos-arm64
make prefix=`pwd` install