Browse Source

libffi is also needed on macOS

Signed-off-by: falkTX <falktx@falktx.com>
pull/25/head
falkTX 3 years ago
parent
commit
b928b05b28
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-plugins.sh

+ 1
- 1
bootstrap-plugins.sh View File

@@ -72,7 +72,7 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# libffi

if [ "${WIN32}" -eq 1 ]; then
if [ "${MACOS}" -eq 1 ] || [ "${WIN32}" -eq 1 ]; then
download libffi "${LIBFFI_VERSION}" "${LIBFFI_URL}"
build_autoconf libffi "${LIBFFI_VERSION}"
fi


Loading…
Cancel
Save