mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 14:15:44 -04:00
iOS build: Remove -DR18_RESERVED=1 (unnecessary)
This commit is contained in:
parent
05ecf90144
commit
db391e739b
@ -51,7 +51,7 @@ else
|
|||||||
--with-freetype=bundled \
|
--with-freetype=bundled \
|
||||||
"
|
"
|
||||||
AUTOCONF_x11arg="--with-x=/opt/X11/include/X11 --prefix=/usr/lib"
|
AUTOCONF_x11arg="--with-x=/opt/X11/include/X11 --prefix=/usr/lib"
|
||||||
sameflags="-arch arm64 -DHEADLESS=1 -I$PWD/ios-missing-include -Wno-implicit-function-declaration -DTARGET_OS_OSX -DR18_RESERVED=1"
|
sameflags="-arch arm64 -DHEADLESS=1 -I$PWD/ios-missing-include -Wno-implicit-function-declaration -DTARGET_OS_OSX"
|
||||||
export CFLAGS+=" $sameflags"
|
export CFLAGS+=" $sameflags"
|
||||||
export LDFLAGS+="-arch arm64"
|
export LDFLAGS+="-arch arm64"
|
||||||
export BUILD_SYSROOT_CFLAGS="-isysroot ${themacsysroot}"
|
export BUILD_SYSROOT_CFLAGS="-isysroot ${themacsysroot}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user