mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
Fix(iOS build): who stole the x
This commit is contained in:
parent
e83f84e80f
commit
838021dd08
@ -7,7 +7,7 @@ if [ "$BUILD_IOS" != "1" ]; then
|
||||
else
|
||||
git clone --depth 1 https://github.com/PojavLauncherTeam/jdk17u openjdk
|
||||
# Hack: exclude building macOS stuff
|
||||
desktop_mac=openjdk/src/java.desktop/macos
|
||||
desktop_mac=openjdk/src/java.desktop/macosx
|
||||
mv ${desktop_mac} ${desktop_mac}_NOTIOS
|
||||
mkdir -p ${desktop_mac}/native
|
||||
mv ${desktop_mac}_NOTIOS/native/libjsound ${desktop_mac}/native/
|
||||
|
Loading…
x
Reference in New Issue
Block a user