Skip to content

Commit

Permalink
Changed name of darwin executable to be more clear what it is
Browse files Browse the repository at this point in the history
  • Loading branch information
Knetic committed Jul 26, 2015
1 parent 3cbb173 commit 1081d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ go build -o ./.output/wisk32 .

export GOOS=darwin
export GOARCH=amd64
go build -o ./.output/wisk.bin .
go build -o ./.output/wisk_osx .

export GOOS=windows
export GOARCH=amd64
Expand Down

0 comments on commit 1081d72

Please sign in to comment.