Makefile: don't run the "setup-dev" target in vendor/status-go

That one is too aggressive by trying to install system packages and
seems only relevant for developing status-go itself, not just building
the library like we do here.
This commit is contained in:
Ștefan Talpalaru 2020-05-19 19:55:27 +02:00 committed by Iuri Matias
parent 76a0b55d47
commit 3cea8d661b
1 changed files with 0 additions and 1 deletions

View File

@ -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