fetch-dlls: no longer depend on the "deps" target

This commit is contained in:
Ștefan Talpalaru 2019-08-21 01:33:01 +02:00
parent a392b9fc34
commit a5875f5f12
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

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