Browse Source

Build libffi, which enables python ctypes

tags/v1.1
falkTX 4 years ago
parent
commit
def814163a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 9 additions and 0 deletions
  1. +8
    -0
      bootstrap-carla.sh
  2. +1
    -0
      setup/versions.sh

+ 8
- 0
bootstrap-carla.sh View File

@@ -154,6 +154,14 @@ if [ "${WIN32}" -eq 0 ]; then
build_autoconf file "${FILE_VERSION}"
fi

# ---------------------------------------------------------------------------------------------------------------------
# libffi (for python, not needed in macOS)

if [ "${MACOS}" -eq 0 ]; then
download libffi "${LIBFFI_VERSION}" "https://sourceware.org/pub/libffi"
build_autoconf libffi "${LIBFFI_VERSION}"
fi

# ---------------------------------------------------------------------------------------------------------------------
# python



+ 1
- 0
setup/versions.sh View File

@@ -59,6 +59,7 @@ fi
# carla

FILE_VERSION=5.34
LIBFFI_VERSION=3.3

if [ "${MACOS_UNIVERSAL}" -eq 1 ]; then
CXFREEZE_VERSION=6.4.2


Loading…
Cancel
Save