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

Commit

Permalink
add windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Jun 26, 2018
1 parent 6276807 commit fca16d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ exit
# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = [
MacOS(:x86_64)
MacOS(:x86_64),
Windows(:x86_64),
Windows(:i686),
]

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

0 comments on commit fca16d3

Please sign in to comment.