Skip to content

Commit

Permalink
Merge'bitly/pull/636' (dist.sh freebsd build target)
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Nov 23, 2018
2 parents e6efe3b + 2fd7656 commit 6765b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sha256sum=()
echo "... running tests"
./test.sh

for os in windows linux darwin; do
for os in windows linux darwin freebsd; do
echo "... building v$version for $os/$arch"
EXT=
if [ $os = windows ]; then
Expand Down

0 comments on commit 6765b32

Please sign in to comment.