Duy Tran Khanh e52446bf18
iOS aarch64 port of OpenJDK 8 (#5)
This port is still WIP and may not work.
2021-05-15 19:43:22 +07:00

9 lines
158 B
Plaintext
Executable File

set -e
# hack: remove iOS CFLAGS
args=${@/arm64/x86_64}
args=${args/"-isysroot $thesysroot"/}
args=${args/"-miphoneos-version-min=12.0"/}
/usr/bin/CC $args