mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 13:45:30 -04:00
Update buildjdk.sh
This commit is contained in:
parent
d3706b6b16
commit
1dfdb9dc06
@ -15,6 +15,7 @@ sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-
|
||||
|
||||
cd openjdk
|
||||
rm -rf build
|
||||
# --with-toolchain-type=clang \
|
||||
bash ./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build=x86_64-linux-gnu \
|
||||
@ -28,7 +29,6 @@ bash ./configure \
|
||||
--with-debug-level=release \
|
||||
--with-freetype-lib=$FREETYPE_DIR/lib \
|
||||
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
|
||||
--with-toolchain-type=clang \
|
||||
--x-includes=/usr/include \
|
||||
--x-libraries=/usr/lib \
|
||||
|| error_code=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user