diff options
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-x | build-without-openssl.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-without-openssl.bash b/build-without-openssl.bash index 670832a..6b7917f 100755 --- a/build-without-openssl.bash +++ b/build-without-openssl.bash @@ -4,4 +4,5 @@ set -eu cd "$(dirname "$0")" +export CGO_ENABLED=0 exec ./build.bash -tags without_openssl |