56c0b19612
Build helper script: build-without-openssl.bash
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
exec ./build.bash -tags without_openssl
|