Skip to content

Commit ee92697

Browse files
authored
Merge pull request #32 from alexcos78/master
Fix macos build for MacOSX 10.13.5
2 parents ea1a9fc + 83cfee5 commit ee92697

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/compile_macos.sh

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ echo "done"
2727
echo -n " sling ... "
2828
go get github.com/dghubble/sling
2929
echo "done"
30+
echo -n " go-config ... "
31+
go get github.com/zpatrick/go-config
32+
echo "done"
3033
echo -n "building orchent ... "
3134
go build -o orchent ${GOPATH}/orchent.go
3235
echo "done"

0 commit comments

Comments
 (0)