mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
fix(build ios): fix syntax error
This commit is contained in:
parent
5b7f9a8a5c
commit
c469d2ec51
@ -82,7 +82,7 @@ git reset --hard
|
|||||||
if [[ "$BUILD_IOS" != "1" ]]; then
|
if [[ "$BUILD_IOS" != "1" ]]; then
|
||||||
find ../patches/jre_${TARGET_VERSION}/android -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || echo "git apply failed (Android patch set)"'
|
find ../patches/jre_${TARGET_VERSION}/android -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || echo "git apply failed (Android patch set)"'
|
||||||
else
|
else
|
||||||
find ../patches/jre_${TARGET_VERSION}/ios -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} && || echo "git apply failed (iOs patch set)"'
|
find ../patches/jre_${TARGET_VERSION}/ios -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || echo "git apply failed (iOs patch set)"'
|
||||||
|
|
||||||
# Hack: exclude building macOS stuff
|
# Hack: exclude building macOS stuff
|
||||||
desktop_mac=src/java.desktop/macosx
|
desktop_mac=src/java.desktop/macosx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user