mirror of
https://github.com/status-im/nimbus-build-system-desktop.git
synced 2025-01-28 22:46:46 +00:00
fix "fetch-dlls"
This commit is contained in:
parent
ccbc5070de
commit
dcc857b44d
@ -189,8 +189,6 @@ fetch-dlls: | build deps
|
|||||||
$(CURL) https://nim-lang.org/download/dlls.zip && \
|
$(CURL) https://nim-lang.org/download/dlls.zip && \
|
||||||
$(UNZIP) $(ROCKSDB_ARCHIVE) && \
|
$(UNZIP) $(ROCKSDB_ARCHIVE) && \
|
||||||
cp -a $(ROCKSDB_DIR)/*.dll . && \
|
cp -a $(ROCKSDB_DIR)/*.dll . && \
|
||||||
$(UNZIP) dlls.zip && \
|
$(UNZIP) dlls.zip
|
||||||
mkdir -p ../vendor/nim-beacon-chain/build && \
|
|
||||||
cp -a *.dll ../vendor/nim-beacon-chain/build/
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user