Browse Source

Also go back to old libffi on macOS

pull/25/head
falkTX 3 years ago
parent
commit
3bb11a0517
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      setup/versions.sh

+ 4
- 3
setup/versions.sh View File

@@ -42,22 +42,23 @@ ZLIB_URL=https://github.com/madler/zlib.git
FFTW_VERSION=3.3.10
FFTW_URL=http://www.fftw.org

LIBFFI_VERSION=3.4.2
LIBFFI_URL=https://github.com/libffi/libffi/releases/download/v${LIBFFI_VERSION}

PCRE_VERSION=8.45
PCRE_URL=http://download.sourceforge.net/pcre

if [ "${MACOS}" -eq 1 ]; then
LIBFFI_VERSION=3.3
# LIBFFI_URL=https://sourceware.org/pub/libffi
GLIB_MVERSION=2.22
GLIB_VERSION=2.22.5
GLIB_TAR_EXT=tar.gz
else
LIBFFI_VERSION=3.4.2
GLIB_MVERSION=2.45
GLIB_VERSION=2.45.8
GLIB_TAR_EXT=tar.xz
fi

LIBFFI_URL=https://github.com/libffi/libffi/releases/download/v${LIBFFI_VERSION}
GLIB_URL=https://download.gnome.org/sources/glib/${GLIB_MVERSION}

LIBLO_VERSION=0.31


Loading…
Cancel
Save