Skip to content

Commit

Permalink
systems/default.nix: wasm in platform.uname.system
Browse files Browse the repository at this point in the history
This adds the "Wasm" system to platform.uname.system. This is used in CMake infrastructure.
  • Loading branch information
matthewbauer committed Jan 27, 2019
1 parent 15e8d1d commit bf041c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/systems/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rec {
"netbsd" = "NetBSD";
"freebsd" = "FreeBSD";
"openbsd" = "OpenBSD";
"wasm" = "Wasm";
}.${final.parsed.kernel.name} or null;

# uname -p
Expand Down

0 comments on commit bf041c3

Please sign in to comment.