From 73a49f54736b69770114f6c404a28d94c9429cce Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 30 May 2022 14:34:54 -0400 Subject: [PATCH] do not build liblokinet in windows, exe gets too big --- contrib/windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/windows.sh b/contrib/windows.sh index 32ec7aaac..7520936e9 100755 --- a/contrib/windows.sh +++ b/contrib/windows.sh @@ -17,7 +17,7 @@ cmake \ -DBUILD_PACKAGE=ON \ -DBUILD_SHARED_LIBS=OFF \ -DBUILD_TESTING=OFF \ - -DBUILD_LIBLOKINET=ON \ + -DBUILD_LIBLOKINET=OFF \ -DWITH_TESTS=OFF \ -DNATIVE_BUILD=OFF \ -DSTATIC_LINK=ON \