Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/android-openjdk-build-multiarch
Path: blob/buildjre8/macos-host-cc
861 views
#!/bin/bash
set -e

# hack: remove iOS CFLAGS
if [ "$(uname -m)" == "x86_64" ]; then
  args=${@/arm64/x86_64}
else
  args=$@
fi
args=${args/"-isysroot $thesysroot"/}
args=${args/"-miphoneos-version-min=14.0"/}
$thecxx $args --stdlib=libc++ -isysroot $themacsysroot