diff --git a/build_tarballs.jl b/build_tarballs.jl index 76e1b9c..fd6b882 100755 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -44,6 +44,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