Exclude src/java.desktop/macosx

This commit is contained in:
Duy Tran Khanh 2022-08-23 07:28:28 +07:00 committed by GitHub
parent 2e68b1ee6d
commit 6800e07899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,6 @@ if [ "$BUILD_IOS" != "1" ]; then
git clone --depth 1 https://github.com/PojavLauncherTeam/mobile openjdk git clone --depth 1 https://github.com/PojavLauncherTeam/mobile openjdk
else else
git clone --depth 1 https://github.com/PojavLauncherTeam/jdk17u openjdk git clone --depth 1 https://github.com/PojavLauncherTeam/jdk17u openjdk
# Hack: exclude building macOS stuff
mv openjdk/src/java.desktop/macosx openjdk/src/java.desktop/macosx_NOTIOS
fi fi