libgocryptfs/build-without-openssl.bash

8 lines
93 B
Bash
Raw Normal View History

#!/bin/bash
set -eu
cd "$(dirname "$0")"
2016-12-10 14:53:04 +01:00
CGO_ENABLED=0 ./build.bash -tags without_openssl