fix "fetch-dlls"

This commit is contained in:
Ștefan Talpalaru 2019-08-20 23:47:27 +02:00
parent ccbc5070de
commit dcc857b44d
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 3 deletions

View File

@ -189,8 +189,6 @@ fetch-dlls: | build deps
$(CURL) https://nim-lang.org/download/dlls.zip && \
$(UNZIP) $(ROCKSDB_ARCHIVE) && \
cp -a $(ROCKSDB_DIR)/*.dll . && \
$(UNZIP) dlls.zip && \
mkdir -p ../vendor/nim-beacon-chain/build && \
cp -a *.dll ../vendor/nim-beacon-chain/build/
$(UNZIP) dlls.zip
endif