mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Forcing headless mode anyways..
This commit is contained in:
parent
73696b3237
commit
1129700b7e
@ -25,7 +25,7 @@ export LDFLAGS+=" -L`pwd`/dummy_libs"
|
|||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
rm -rf build
|
||||||
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
||||||
bash ./configure \
|
bash ./configure BUILD_HEADLESS_ONLY=1 BUILD_HEADLESS=true \
|
||||||
--disable-headful \
|
--disable-headful \
|
||||||
--with-extra-cflags="$CPPFLAGS" \
|
--with-extra-cflags="$CPPFLAGS" \
|
||||||
--with-extra-ldflags="$LDFLAGS" \
|
--with-extra-ldflags="$LDFLAGS" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user