cygwin: stdenv
This commit is contained in:
committed by
Rok Garbas
parent
d2e364c678
commit
88e58a4fa2
@@ -50,5 +50,7 @@ rec {
|
||||
if system == "powerpc-linux" then /* stdenvLinux */ stdenvNative else
|
||||
if system == "x86_64-darwin" then stdenvDarwin else
|
||||
if system == "x86_64-solaris" then stdenvNix else
|
||||
if system == "i686-cygwin" then stdenvNative else
|
||||
if system == "x86_64-cygwin" then stdenvNative else
|
||||
stdenvNative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user