vcpkg/triplets
fwcd e8df4d756f
[community triplet] Add arm64-ios-simulator triplet (#37054)
This adds an `arm64-ios-simulator` triplet, which is largely identical
to the existing `arm64-ios` triplet, but adds

```cmake
set(VCPKG_OSX_SYSROOT iphonesimulator)
```

Xcode/Clang unfortunately refuses to link `arm64-ios`-built libraries
when linking for the iOS simulator, since it considers the simulator to
be a different platform, thus requiring a new triplet.

> Side note: The motivation for not naming this triplet
`arm64-iphonesimulator` or similar is to be consistent with the naming
of other iOS triplets and to keep build infrastructure that matches on
`ios` triplets intact. There is precedent for this hyphenated naming
scheme, the Rust compiler names the triplet `aarch64-apple-ios-sim`. I
went with the spelled out `simulator` here, since it feels more
descriptive.
2024-03-07 23:19:49 -08:00
..
community [community triplet] Add arm64-ios-simulator triplet (#37054) 2024-03-07 23:19:49 -08:00
arm64-android.cmake [android] Promote triplets that are tested now. (#32755) 2023-07-26 11:37:25 -07:00
arm64-osx.cmake Promote arm64 to a non-community triplet. (#36484) 2024-01-30 16:27:00 -08:00
arm64-uwp.cmake Patch Tuesday September 2023 + arm-uwp=>arm64-uwp (#33759) 2023-09-15 15:01:12 -07:00
arm64-windows.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
arm-neon-android.cmake [android] Promote triplets that are tested now. (#32755) 2023-07-26 11:37:25 -07:00
x64-android.cmake [android] Promote triplets that are tested now. (#32755) 2023-07-26 11:37:25 -07:00
x64-linux.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
x64-osx.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
x64-uwp.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
x64-windows-static.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
x64-windows.cmake Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with values 2016-10-07 16:34:31 -07:00
x86-windows.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00