Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-28 16:22:51 +07:00 committed by GitHub
parent beed9396e4
commit 0e8b5faaa8
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 \
CFLAGS=$CFLAGS \
CXXFLAGS=$CXXFLAGS \
--with-extra-cflags=$CFLAGS \
--with-extra-cxxflags=$CXXFLAGS \
--enable-headless-only \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \