libgocryptfs/build-without-openssl.bash
Jakob Unterwurzacher 56c0b19612 without_openssl: support compiling completely without openssl
Build helper script: build-without-openssl.bash
2016-10-04 09:51:14 +02:00

8 lines
84 B
Bash
Executable File

#!/bin/bash
set -eu
cd "$(dirname "$0")"
exec ./build.bash -tags without_openssl