nixpkgs/pkgs/stdenv/cygwin/prehook.sh

8 lines
158 B
Bash

export NIX_ENFORCE_PURITY=
if test -z "$cygwinConfigureEnableShared"; then
export configureFlags="$configureFlags --disable-shared"
fi
PATH_DELIMITER=';'