diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2020-07-23 23:16:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 14:16:01 -0700 |
| commit | 077c0746be3773fdd443af52cbe5c3cc26379a15 (patch) | |
| tree | d40ab5c6c10906a572d34a8cdb65967b89ead0b2 /toolsrc/include | |
| parent | 0896cfcc301843b455bf14497a15b0e775735198 (diff) | |
| download | vcpkg-077c0746be3773fdd443af52cbe5c3cc26379a15.tar.gz vcpkg-077c0746be3773fdd443af52cbe5c3cc26379a15.zip | |
[vcpkg] Add initial s390x support (#12534)
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/base/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/base/system.h b/toolsrc/include/vcpkg/base/system.h index 0a2e745c4..2340728fd 100644 --- a/toolsrc/include/vcpkg/base/system.h +++ b/toolsrc/include/vcpkg/base/system.h @@ -25,6 +25,7 @@ namespace vcpkg::System X64, ARM, ARM64, + S390X, }; Optional<CPUArchitecture> to_cpu_architecture(StringView arch); |
