aboutsummaryrefslogtreecommitdiff
path: root/triplets
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2020-07-23 23:16:01 +0200
committerGitHub <noreply@github.com>2020-07-23 14:16:01 -0700
commit077c0746be3773fdd443af52cbe5c3cc26379a15 (patch)
treed40ab5c6c10906a572d34a8cdb65967b89ead0b2 /triplets
parent0896cfcc301843b455bf14497a15b0e775735198 (diff)
downloadvcpkg-077c0746be3773fdd443af52cbe5c3cc26379a15.tar.gz
vcpkg-077c0746be3773fdd443af52cbe5c3cc26379a15.zip
[vcpkg] Add initial s390x support (#12534)
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
Diffstat (limited to 'triplets')
-rw-r--r--triplets/community/s390x-linux.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/triplets/community/s390x-linux.cmake b/triplets/community/s390x-linux.cmake
new file mode 100644
index 000000000..0aaefda4e
--- /dev/null
+++ b/triplets/community/s390x-linux.cmake
@@ -0,0 +1,5 @@
+set(VCPKG_TARGET_ARCHITECTURE s390x)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)
+
+set(VCPKG_CMAKE_SYSTEM_NAME Linux)