Skip to content

Commit a5bdb96

Browse files
committed
contrib/release/build.sh: libffi build
- revert to older libffi for some older win32 toolchains (cherry picked from commit 31135ec)
1 parent c8d524e commit a5bdb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/release/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,12 +828,12 @@ if [ -z "$libffi_version" ]; then
828828
case "$named_recipe" in
829829
# older mingw-w64 packages are distributed with headers for libffi-3.2.1
830830
# but libffi-3.3 below should work for them also
831-
#-mingw-w64-gcc-5.2.0|-gcc-5.2.0|-mingw-w64-gcc-8.1.0|-gcc-8.1.0)
831+
#-mingw-w64-gcc-5.2.0|-gcc-5.2.0|-mingw-w64-gcc-7.1.0|-gcc-7.1.0|-mingw-w64-gcc-8.1.0|-gcc-8.1.0)
832832
# # libffi sources https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.2.1.tar.gz.
833833
# libffi_version="3.2.1"
834834
# libffi_dir="https://github.com/libffi/libffi/releases/download/v${libffi_version}"
835835
# ;;
836-
-mingw-w64-gcc-5.2.0|-gcc-5.2.0)
836+
-mingw-w64-gcc-5.2.0|-gcc-5.2.0|-mingw-w64-gcc-7.1.0|-gcc-7.1.0|-mingw-w64-gcc-8.1.0|-gcc-8.1.0)
837837
# - https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz.
838838
libffi_version="3.3"
839839
libffi_dir="https://github.com/libffi/libffi/releases/download/v${libffi_version}"

0 commit comments

Comments
 (0)