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