mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Fix missing semicolon
This commit is contained in:
parent
90d461f705
commit
1a5ab53056
@ -64,7 +64,7 @@ cd openjdk
|
|||||||
if [ "$BUILD_IOS" != "1" ]; then
|
if [ "$BUILD_IOS" != "1" ]; then
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git apply --reject --whitespace=fix ../patches/jdk8u_android.diff || echo "git apply failed (universal patch set)"
|
git apply --reject --whitespace=fix ../patches/jdk8u_android.diff || echo "git apply failed (universal patch set)"
|
||||||
if [ "$TARGET_JDK" == "arm" ] then
|
if [ "$TARGET_JDK" == "arm" ]; then
|
||||||
#TODO: make separate aarch32 patch set
|
#TODO: make separate aarch32 patch set
|
||||||
else
|
else
|
||||||
git apply --reject --whitespace=fix ../patches/jdk8u_android_main.diff || echo "git apply failed (main non-universal patch set)"
|
git apply --reject --whitespace=fix ../patches/jdk8u_android_main.diff || echo "git apply failed (main non-universal patch set)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user