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:
parent
76a0b55d47
commit
3cea8d661b
1
Makefile
1
Makefile
|
@ -85,7 +85,6 @@ STATUSGO := vendor/status-go/build/bin/libstatus.a
|
||||||
$(STATUSGO): | deps
|
$(STATUSGO): | deps
|
||||||
echo -e $(BUILD_MSG) "status-go"
|
echo -e $(BUILD_MSG) "status-go"
|
||||||
+ cd vendor/status-go && \
|
+ cd vendor/status-go && \
|
||||||
$(MAKE) setup-dev && \
|
|
||||||
$(MAKE) statusgo-library
|
$(MAKE) statusgo-library
|
||||||
|
|
||||||
build-linux: $(DOTHERSIDE) $(STATUSGO) src/nim_status_client.nim | deps
|
build-linux: $(DOTHERSIDE) $(STATUSGO) src/nim_status_client.nim | deps
|
||||||
|
|
Loading…
Reference in New Issue