Skip to content

Commit 2fd7656

Browse files
jyundtploxiln
authored andcommitted
dist.sh: add freebsd build target
1 parent e6efe3b commit 2fd7656

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)