mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
wtf headless mode restricted
This commit is contained in:
parent
68345bb090
commit
c9e1ea08ed
@ -5,7 +5,7 @@ export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-${TARGET_SHORT}
|
|||||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||||
|
|
||||||
# simplest to force headless:)
|
# simplest to force headless:)
|
||||||
export CFLAGS+=" -DLE_STANDALONE=1 -DHEADLESS=1" # -I$FREETYPE_DIR -I$CUPS_DIR
|
export CFLAGS+=" -DLE_STANDALONE -DHEADLESS" # -I$FREETYPE_DIR -I$CUPS_DIR
|
||||||
export LDFLAGS+=" -L`pwd`/dummy_libs -Wl,--warn-unresolved-symbols"
|
export LDFLAGS+=" -L`pwd`/dummy_libs -Wl,--warn-unresolved-symbols"
|
||||||
|
|
||||||
# It isn't good, but need make it build anyways
|
# It isn't good, but need make it build anyways
|
||||||
|
Loading…
x
Reference in New Issue
Block a user