We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82edb1 commit 5b94ad4Copy full SHA for 5b94ad4
buildjdk.sh
@@ -60,6 +60,9 @@ LIBFFI_DIR=libffi-3.4.2/build_iphoneos-arm64
60
cd openjdk
61
#rm -rf build
62
63
+export LIBFFI_CFLAGS="-I$LIBFFI_DIR/include"
64
+export LIBFFI_LIBS="-L$LIBFFI_DIR/lib"
65
+
66
# --with-extra-cxxflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \
67
# --with-extra-cflags="$CPPFLAGS" \
68
# --with-sysroot="$(xcrun --sdk iphoneos --show-sdk-path)" \
@@ -77,7 +80,6 @@ bash ./configure \
77
80
--with-fontconfig-include=$ANDROID_INCLUDE \
78
81
--with-freetype-lib=$FREETYPE_DIR/lib \
79
82
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
- --with-libffi=$LIBFFI_DIR \
83
$AUTOCONF_x11arg $AUTOCONF_EXTRA_ARGS \
84
--x-libraries=/usr/lib \
85
$platform_args || \
0 commit comments