Skip to content

Commit 67a4a4a

Browse files
committed
Added go get gox
1 parent 912d487 commit 67a4a4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ rm -rf pkg/*
1515
rm -rf $GOPATH/pkg/*
1616
mkdir -p bin/
1717

18+
# Fix for ./build.sh: line 19: gox: command not found
19+
go get github.com/mitchellh/gox
20+
1821
gox \
1922
-os="${XC_OS}" \
2023
-arch="${XC_ARCH}" \

0 commit comments

Comments
 (0)