diff options
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-x | build-without-openssl.bash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build-without-openssl.bash b/build-without-openssl.bash new file mode 100755 index 0000000..670832a --- /dev/null +++ b/build-without-openssl.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +set -eu + +cd "$(dirname "$0")" + +exec ./build.bash -tags without_openssl |