Browse Source

libffi is always needed on win32

Signed-off-by: falkTX <falktx@falktx.com>
pull/26/head
falkTX 1 year ago
parent
commit
a8b569124c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      bootstrap-plugins.sh

+ 0
- 4
bootstrap-plugins.sh View File

@@ -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



Loading…
Cancel
Save