mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
835f452e70
(ideally, this should be the other way around, but I have no idea how many packages will break if we enable shared libraries by default) svn path=/nixpkgs/trunk/; revision=5923
6 lines
138 B
Bash
6 lines
138 B
Bash
export NIX_ENFORCE_PURITY=
|
|
|
|
if test -z "$cygwinConfigureEnableShared"; then
|
|
export configureFlags="$configureFlags --disable-shared"
|
|
fi
|