Fixes to make basic builds on Cygwin work again + additions to support x86_64-cygwin

This commit is contained in:
Sander van der Burg
2014-05-29 14:47:07 +02:00
parent 29da3bce27
commit 9ec52d6323
4 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ rec {
freebsd = ["i686-freebsd" "x86_64-freebsd"];
openbsd = ["i686-openbsd" "x86_64-openbsd"];
netbsd = ["i686-netbsd" "x86_64-netbsd"];
cygwin = ["i686-cygwin"];
cygwin = ["i686-cygwin" "x86_64-cygwin"];
unix = linux ++ darwin ++ freebsd ++ openbsd;
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
none = [];