Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
gcc6 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma committed Nov 14, 2018
1 parent 6906e59 commit 0a224d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tarballs.jl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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) = [
Expand All @@ -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)

0 comments on commit 0a224d3

Please sign in to comment.