mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Allow packages to enabled shared libraries on cygwin.
(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
This commit is contained in:
parent
1e03169e84
commit
835f452e70
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
export NIX_ENFORCE_PURITY=
|
||||
|
||||
if test -z "$cygwinConfigureEnableShared"; then
|
||||
export configureFlags="$configureFlags --disable-shared"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue