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 /triplets | |
| 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 'triplets')
| -rw-r--r-- | triplets/community/s390x-linux.cmake | 5 |
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) |
