Unverified Commit 2c725379 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

deterministic-uname: add cygwin support (#476296)

parents 15b505e8 fa36fef3
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";