Skip to content

Commit

Permalink
fix(Makefile): set up the GOPATH environment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 1, 2020
1 parent d90c1c6 commit ab72ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ docker-install: docker-pull
compile-go: go.sum
go build -v $(MOD_READONLY) $(BUILD_FLAGS) -buildmode=c-shared -o lib/libagcosmosdaemon.so lib/agcosmosdaemon.go
test "`uname -s 2>/dev/null`" != Darwin || install_name_tool -id `pwd`/lib/libagcosmosdaemon.so lib/libagcosmosdaemon.so
ln -sf $$PWD/lib/ag-chain-cosmos $$GOPATH/bin/ag-chain-cosmos
-eval `go env` && ln -sf $$PWD/lib/ag-chain-cosmos $$GOPATH/bin/ag-chain-cosmos

build-cosmos: compile-go node-compile-gyp

Expand Down

0 comments on commit ab72ca5

Please sign in to comment.