From e6e3ec2c4fa998431633210ab8ddf6403615d5b5 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vielma Date: Wed, 14 Nov 2018 19:52:16 -0500 Subject: [PATCH] Update build_tarballs.jl --- build_tarballs.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tarballs.jl b/build_tarballs.jl index 9a04737..317db01 100755 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -53,6 +53,7 @@ platforms = [ ] platforms = expand_gcc_versions(platforms) # To fix gcc4 bug in Windows +push!(platforms, Windows(:i686,compiler_abi=CompilerABI(:gcc6))) push!(platforms, Windows(:x86_64,compiler_abi=CompilerABI(:gcc6))) # The products that we will ensure are always built