mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 06:06:38 -04:00
Update buildjdk.sh
This commit is contained in:
parent
1a5ab53056
commit
09606a9f79
@ -64,11 +64,9 @@ 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
|
|
||||||
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)"
|
||||||
fi
|
fi #TODO: make separate aarch32 patch set
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --with-extra-cxxflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \
|
# --with-extra-cxxflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user