fix: chmod

This commit is contained in:
Igor Sirotin 2025-09-29 22:10:50 +01:00
parent a9642ccf75
commit b76489a362
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -27,6 +27,7 @@ all: build
# NOTE: Currently we download a library release.
# In the future we should get nwaku from Nimble package manager.
$(LIBWAKU) $(LIBWAKU_HEADER):
@chmod +x ../scripts/download_nwaku.sh
@../scripts/download_nwaku.sh
libwaku: $(LIBWAKU) $(LIBWAKU_HEADER)