Skip to content

Commit

Permalink
🐧 Only build on Linux by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenseine committed Jun 23, 2020
1 parent c7e5ca3 commit 1774973
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 @@ -6,7 +6,7 @@ set -x
BASEDIR=$(pwd)

BUILD_LINUX=1
BUILD_WIN64=1
BUILD_WIN64=0
BUILD_MACOS=0
DIST=0
DEBUG=0
Expand Down

0 comments on commit 1774973

Please sign in to comment.