mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
9 lines
158 B
Plaintext
Executable File
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
|