From 077c0746be3773fdd443af52cbe5c3cc26379a15 Mon Sep 17 00:00:00 2001 From: Andrei Lebedev Date: Thu, 23 Jul 2020 23:16:01 +0200 Subject: [vcpkg] Add initial s390x support (#12534) Signed-off-by: Andrei Lebedev --- toolsrc/include/vcpkg/base/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolsrc/include') 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 to_cpu_architecture(StringView arch); -- cgit v1.2.3