libgocryptfs/build-without-openssl.bash

9 lines
105 B
Bash
Executable File

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