File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -828,12 +828,12 @@ if [ -z "$libffi_version" ]; then
828828case " $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} "
You can’t perform that action at this time.
0 commit comments