From 2ebd0d754b8ee46e6c65e90e1d1e13491b03b7b5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 7 Aug 2025 22:17:25 +0200 Subject: build scripts: use CGO_ENABLED=0 to disable openssl --- build-without-openssl.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-without-openssl.bash') diff --git a/build-without-openssl.bash b/build-without-openssl.bash index e965951..c09e7f3 100755 --- a/build-without-openssl.bash +++ b/build-without-openssl.bash @@ -2,4 +2,4 @@ cd "$(dirname "$0")" -CGO_ENABLED=0 source ./build.bash -tags without_openssl +CGO_ENABLED=0 source ./build.bash -- cgit v1.2.3