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

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma authored Nov 15, 2018
1 parent 0a224d3 commit 6d6c036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d6c036

Please sign in to comment.