Skip to content

Commit 6765b32

Browse files
committed
Merge'bitly/pull/636' (dist.sh freebsd build target)
2 parents e6efe3b + 2fd7656 commit 6765b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sha256sum=()
1616
echo "... running tests"
1717
./test.sh
1818

19-
for os in windows linux darwin; do
19+
for os in windows linux darwin freebsd; do
2020
echo "... building v$version for $os/$arch"
2121
EXT=
2222
if [ $os = windows ]; then

0 commit comments

Comments
 (0)