diff --git a/bootstrap-plugins.sh b/bootstrap-plugins.sh index 21a87b2..2b520a4 100755 --- a/bootstrap-plugins.sh +++ b/bootstrap-plugins.sh @@ -87,8 +87,6 @@ fi # --------------------------------------------------------------------------------------------------------------------- # libffi -if [ -z "${PAWPAW_SKIP_GLIB}" ]; then - if [ "${WIN32}" -eq 1 ]; then LIBFFI_EXTRAFLAGS="--disable-multi-os-directory --disable-raw-api" @@ -96,8 +94,6 @@ if [ "${WIN32}" -eq 1 ]; then build_autoconf libffi "${LIBFFI_VERSION}" "${LIBFFI_EXTRAFLAGS}" fi -fi # PAWPAW_SKIP_GLIB - # --------------------------------------------------------------------------------------------------------------------- # glib