libgocryptfs/build-without-openssl.bash

8 lines
93 B
Bash
Executable File

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