Skip to content

Commit

Permalink
Add zos-z to specs::Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Sep 21, 2023
1 parent a937e9b commit a303993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libmamba/include/mamba/specs/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ namespace mamba::specs
win_32,
win_64,
win_arm64,
zos_z,

// For reflexion purposes only
count_,
Expand Down Expand Up @@ -120,6 +121,8 @@ namespace mamba::specs
return "win-64";
case Platform::win_arm64:
return "win-arm64";
case Platform::zos_z:
return "zos-z";
default:
return "";
}
Expand Down

0 comments on commit a303993

Please sign in to comment.