diff --git a/Makefile b/Makefile index ed2de3a20a..bc7d2a1c92 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,6 @@ STATUSGO := vendor/status-go/build/bin/libstatus.a $(STATUSGO): | deps echo -e $(BUILD_MSG) "status-go" + cd vendor/status-go && \ - $(MAKE) setup-dev && \ $(MAKE) statusgo-library build-linux: $(DOTHERSIDE) $(STATUSGO) src/nim_status_client.nim | deps