mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Add needed flags for git apply
This commit is contained in:
parent
51be07de5d
commit
edf2022254
@ -61,7 +61,7 @@ FREEMARKER=$PWD/freemarker-2.3.8/lib/freemarker.jar
|
|||||||
cd openjdk
|
cd openjdk
|
||||||
|
|
||||||
# Apply patches
|
# Apply patches
|
||||||
git apply patches/jdk8u_android.diff
|
git apply --reject --whitespace=fix patches/jdk8u_android.diff
|
||||||
|
|
||||||
# --with-extra-cxxflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \
|
# --with-extra-cxxflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \
|
||||||
# --with-extra-cflags="$CPPFLAGS" \
|
# --with-extra-cflags="$CPPFLAGS" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user