cygwin: stdenv

This commit is contained in:
Florian Friesdorf
2015-05-28 10:53:34 +02:00
committed by Rok Garbas
parent d2e364c678
commit 88e58a4fa2
9 changed files with 158 additions and 5 deletions
+2
View File
@@ -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;
}