Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-29 11:40:06 +07:00 committed by GitHub
parent 85729c9a9a
commit a6a9d4a34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ cp -R -f override-jre-files/* openjdk/
cd openjdk
rm -rf build
bash ./configure \
--with-extra-cflags=$CPPFLAGS \
--with-extra-cflags="$CPPFLAGS" \
--enable-headless-only \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \