mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 23:55:58 -04:00
iOS build: set LDFLAGS -miphoneos-version-min
This commit is contained in:
parent
31b66be7be
commit
b0904dac98
@ -48,7 +48,7 @@ else
|
||||
sameflags="-arch arm64 -isysroot $thesysroot -miphoneos-version-min=12.0 -DHEADLESS=1 -I$PWD/ios-missing-include -Wno-implicit-function-declaration"
|
||||
export CFLAGS+=" $sameflags"
|
||||
export CXXFLAGS="$sameflags"
|
||||
export LDFLAGS+=" -Wl,-platform_version,12.0.0,14.5"
|
||||
export LDFLAGS+=" -miphoneos-version-min=12.0"
|
||||
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install ldid xquartz
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user