diff options
author | Jakob Unterwurzacher | 2025-08-07 22:17:25 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-08-07 22:17:25 +0200 |
commit | 2ebd0d754b8ee46e6c65e90e1d1e13491b03b7b5 (patch) | |
tree | 04b5127c89b3bafc9dc3272bee4873915d6e3da1 /build-without-openssl.bash | |
parent | 5f324fe6614c1cf6bc7e5c07807332c8bb23dd5c (diff) |
build scripts: use CGO_ENABLED=0 to disable openssl
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-x | build-without-openssl.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |