aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers
diff options
context:
space:
mode:
authorMohammed Alyousef <may642_2000@hotmail.com>2020-06-03 02:07:41 +0300
committerGitHub <noreply@github.com>2020-06-02 16:07:41 -0700
commita6257ac262f441a97869b7ec40ddc4bcce19570d (patch)
tree62551e72a5b01b9cd02147cc7faf9d61cabd56e1 /docs/maintainers
parentad7a22732938a6df5abf7f04dbdbe3fee15af296 (diff)
downloadvcpkg-a6257ac262f441a97869b7ec40ddc4bcce19570d.tar.gz
vcpkg-a6257ac262f441a97869b7ec40ddc4bcce19570d.zip
[vcpkg] add x86-wasm.cmake to community triplets (#11323)
* add x86-wasm.cmake to community triplets The EMSDK enviroment variable is normally defined when first installing Emscripten. * Rename x86-wasm.cmake to wasm32-emscripten.cmake * Update wasm32-emscripten.cmake * Update wasm32-emscripten.cmake * Add wasm32 and wasm64 arch to docs * Create wasm64-emscripten.cmake * remove wasm64 * Delete wasm64-emscripten.cmake * Add wasm32 to list of identifiers * add emscripten VCPKG_CMAKE_SYSTEM_NAME support * add path check to EMSDK cmake toolchain
Diffstat (limited to 'docs/maintainers')
-rw-r--r--docs/maintainers/control-files.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/maintainers/control-files.md b/docs/maintainers/control-files.md
index 87468e6af..ea44c2b8a 100644
--- a/docs/maintainers/control-files.md
+++ b/docs/maintainers/control-files.md
@@ -138,6 +138,8 @@ The predefined expressions are computed from standard triplet settings:
- `osx` - `VCPKG_CMAKE_SYSTEM_NAME` == `"Darwin"`
- `android` - `VCPKG_CMAKE_SYSTEM_NAME` == `"Android"`
- `static` - `VCPKG_LIBRARY_LINKAGE` == `"static"`
+- `wasm32` - `VCPKG_TARGET_ARCHITECTURE` == `"wasm32"`
+- `emscripten` - `VCPKG_CMAKE_SYSTEM_NAME` == `"Emscripten"`
These predefined expressions can be overridden in the triplet file via the [`VCPKG_DEP_INFO_OVERRIDE_VARS`](../users/triplets.md) option.