diff options
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 |