From 0a224d3dd836b5a3016e425b45d2ef37eb877944 Mon Sep 17 00:00:00 2001 From: juan-pablo-vielma Date: Wed, 14 Nov 2018 18:20:14 -0500 Subject: [PATCH] gcc6 for windows --- build_tarballs.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 build_tarballs.jl diff --git a/build_tarballs.jl b/build_tarballs.jl old mode 100644 new mode 100755 index 41cb242..76e1b9c --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -43,6 +43,8 @@ platforms = [ Windows(:x86_64) ] platforms = expand_gcc_versions(platforms) +# To fix gcc4 bug in Windows +push!(platforms, Windows(:x86_64,compiler_abi=CompilerABI(:gcc6))) # The products that we will ensure are always built products(prefix) = [ @@ -56,4 +58,3 @@ dependencies = [ # Build the tarballs, and possibly a `build.jl` as well. build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies) -