nixpkgs/pkgs/tools/networking/curl/builder.sh

10 lines
144 B
Bash
Raw Normal View History

source $stdenv/setup
if test "$sslSupport"; then
configureFlags="--with-ssl=$openssl"
else
configureFlags="--without-ssl"
fi
genericBuild