Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-28 17:42:15 +07:00 committed by GitHub
parent 3fe06d3800
commit d00d77d372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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