Correctly set windows doubles

mingw is the toolchain name but it is actually run on a window kernel
wip/yesman
Matthew Bauer 6 years ago
parent 1660098d84
commit c8040003f0
  1. 2
      lib/systems/doubles.nix

@ -16,7 +16,7 @@ let
"x86_64-cygwin" "x86_64-darwin" "x86_64-freebsd" "x86_64-linux"
"x86_64-netbsd" "x86_64-openbsd" "x86_64-solaris"
"x86_64-mingw32" "i686-mingw32"
"x86_64-windows" "i686-windows"
];
allParsed = map parse.mkSystemFromString all;

Loading…
Cancel
Save