mirror of
https://github.com/status-im/nimbus-build-system-desktop.git
synced 2025-01-11 22:34:30 +00:00
fetch-dlls: no longer depend on the "deps" target
This commit is contained in:
parent
a392b9fc34
commit
a5875f5f12
@ -183,7 +183,7 @@ ifeq ($(OS), Windows_NT)
|
|||||||
#- back to tabs
|
#- back to tabs
|
||||||
#- copied from .appveyor.yml
|
#- copied from .appveyor.yml
|
||||||
#- this is why we can't delete the whole "build" dir in the "clean" target
|
#- this is why we can't delete the whole "build" dir in the "clean" target
|
||||||
fetch-dlls: | build deps
|
fetch-dlls: | build
|
||||||
cd build && \
|
cd build && \
|
||||||
$(CURL) $(ROCKSDB_URL) && \
|
$(CURL) $(ROCKSDB_URL) && \
|
||||||
$(CURL) https://nim-lang.org/download/dlls.zip && \
|
$(CURL) https://nim-lang.org/download/dlls.zip && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user