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 f1bc6dc commit d2fa30dCopy full SHA for d2fa30d
buildjdk.sh
@@ -77,8 +77,7 @@ bash ./configure \
77
--with-fontconfig-include=$ANDROID_INCLUDE \
78
--with-freetype-lib=$FREETYPE_DIR/lib \
79
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
80
- --with-libffi-include=$LIBFFI_DIR/include \
81
- --with-libffi-lib=$LIBFFI_DIR/lib \
+ --with-libffi=$LIBFFI_DIR \
82
$AUTOCONF_x11arg $AUTOCONF_EXTRA_ARGS \
83
--x-libraries=/usr/lib \
84
$platform_args || \
0 commit comments