Skip to content

Commit

Permalink
Trivial: Set gitian to default to building for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitc2org committed Nov 1, 2018
1 parent 0cadf56 commit 7881ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-build.sh
Expand Up @@ -10,8 +10,8 @@ build=false

# Systems to build
linux=true
windows=false
osx=false
windows=true
osx=true

# Other Basic variables
SIGNER=
Expand Down

0 comments on commit 7881ad6

Please sign in to comment.