mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-01-21 18:11:23 +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
|
||||
#- copied from .appveyor.yml
|
||||
#- this is why we can't delete the whole "build" dir in the "clean" target
|
||||
fetch-dlls: | build deps
|
||||
fetch-dlls: | build
|
||||
cd build && \
|
||||
$(CURL) $(ROCKSDB_URL) && \
|
||||
$(CURL) https://nim-lang.org/download/dlls.zip && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user