pojavlauncher a7c6c8fd86 prefix?
2021-05-24 15:00:33 +07:00

12 lines
258 B
Bash
Executable File

#!/bin/bash
set -e
# hack: remove iOS CFLAGS
if [ "$(uname -m)" == "x86_64" ]; then
args=${@/arm64/x86_64}
fi
args=${args/"-isysroot $thesysroot"/}
args=${args/"-miphoneos-version-min=12.0"/}
/usr/bin/CC $args --stdlib=libstdc++ -isysroot $themacsysroot