nixpkgs/pkgs/stdenv/cygwin/prehook.sh
Eelco Dolstra d9d8a1dd57 * Disable dynamic linking on Cygwin until we figure out how to deal
with the lack of an RPATH.

svn path=/nixpkgs/trunk/; revision=5362
2006-06-01 09:41:31 +00:00

3 lines
84 B
Bash

export NIX_ENFORCE_PURITY=
export configureFlags="$configureFlags --disable-shared"