Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Specify gcc version on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Jan 28, 2019
1 parent 6f6f4e1 commit 0f96c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ make install
# platforms are passed in on the command line
platforms = [
MacOS(:x86_64),
Windows(:x86_64),
Windows(:i686),
Windows(:x86_64; compiler_abi=CompilerABI(:gcc7)),
Windows(:i686; compiler_abi=CompilerABI(:gcc7)),
]

# The products that we will ensure are always built
Expand Down

0 comments on commit 0f96c5e

Please # to comment.