Commit fa36fef3 authored by David McFarland's avatar David McFarland
Browse files

deterministic-uname: add cygwin support

parent be8c8ea7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ replaceVarsWith {
        "Darwin" # darwin isn't in host-os.m4 so where does this come from?
      else if forPlatform.isFreeBSD then
        "FreeBSD"
      else if forPlatform.isCygwin then
        "Cygwin"
      else
        "unknown";