github.com/0chain/gosdk@v1.17.11/_util/build_darwin.mk (about) 1 ifndef PLATFORM 2 $(error PLATFORM is not set. Unable to add platform specific targets) 3 endif 4 5 ifneq ($(PLATFORM), darwin) 6 $(error PLATFORM doesn't match darwin) 7 endif 8 9 build-tools: 10 @echo ">>> Install go" 11 brew install go 12 @echo ">>> Install jq" 13 brew install jq 14