From f55a9f532e2d92ffe1299abc9ee29dee961ecfbc Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Thu, 11 Sep 2025 14:34:11 +0200 Subject: [PATCH] add windows support --- sds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds/Makefile b/sds/Makefile index af56669..d9b61aa 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -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."; \