mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-03-30 16:03:13 +00:00
Update name
This commit is contained in:
parent
70c4813465
commit
aab59ad3fd
@ -46,7 +46,7 @@ STORAGE_DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/rele
|
||||
|
||||
fetch-libstorage:
|
||||
mkdir -p $(LIBS_DIR); \
|
||||
curl -fSL --create-dirs -o $(LIBS_DIR)/storage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip ${STORAGE_DOWNLOAD_URL}; \
|
||||
curl -fSL --create-dirs -o $(LIBS_DIR)/libstorage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip ${STORAGE_DOWNLOAD_URL}; \
|
||||
unzip -o -qq $(LIBS_DIR)/libstorage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip -d $(LIBS_DIR); \
|
||||
rm -f $(LIBS_DIR)/libstorage*.zip;
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user