mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
Makefile: fix the fetch-dlls target
This commit is contained in:
parent
35609c0cb8
commit
da5900b706
4
Makefile
4
Makefile
@ -290,6 +290,6 @@ fetch-dlls: | build deps
|
||||
$(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/
|
||||
mkdir -p ../vendor/nim-beacon-chain/build && \
|
||||
cp -a *.dll ../vendor/nim-beacon-chain/build/
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user