add windows support

This commit is contained in:
Ivan FB 2025-09-11 14:34:11 +02:00
parent 0b8dddea22
commit f55a9f532e
No known key found for this signature in database
GPG Key ID: 1843A2EB97DAD5CB

View File

@ -15,7 +15,7 @@ prepare:
cd ../third_party/ && \
git clone https://github.com/waku-org/nim-sds && \
cd nim-sds && \
git checkout add-android-support; \
git checkout add-windows-support; \
make update; \
else \
echo "nim-sds repository already exists."; \