aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLong Nguyen <nguyen.long.908132@gmail.com>2020-12-16 06:00:41 +0700
committerGitHub <noreply@github.com>2020-12-15 15:00:41 -0800
commit7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b (patch)
treefea1ac5e3fd3c0d525b0b358076eb127b5d1405d /docs
parent7e50ef05c8afa214732389bb7d98bcc86c12759e (diff)
downloadvcpkg-7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b.tar.gz
vcpkg-7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b.zip
[icu] mingw support + [mp3lame] Fix VCPKG_TARGET_STATIC_LIBRARY_SUFFIX (#14969)
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/manifest-files.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/maintainers/manifest-files.md b/docs/maintainers/manifest-files.md
index 001ca871d..3e79aa08a 100644
--- a/docs/maintainers/manifest-files.md
+++ b/docs/maintainers/manifest-files.md
@@ -392,6 +392,7 @@ These predefined identifier expressions are computed from standard triplet setti
- `arm` - `VCPKG_TARGET_ARCHITECTURE` == `"arm"` or `VCPKG_TARGET_ARCHITECTURE` == `"arm64"`
- `arm64` - `VCPKG_TARGET_ARCHITECTURE` == `"arm64"`
- `windows` - `VCPKG_CMAKE_SYSTEM_NAME` == `""` or `VCPKG_CMAKE_SYSTEM_NAME` == `"WindowsStore"`
+- `mingw` - `VCPKG_CMAKE_SYSTEM_NAME` == `"MinGW"`
- `uwp` - `VCPKG_CMAKE_SYSTEM_NAME` == `"WindowsStore"`
- `linux` - `VCPKG_CMAKE_SYSTEM_NAME` == `"Linux"`
- `osx` - `VCPKG_CMAKE_SYSTEM_NAME` == `"Darwin"`