vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[vcpkg script] vcpkg_configure_meson: Support wasm32-emscripten triplet

Open past-due opened this issue 3 years ago • 5 comments

Describe the pull request

Fixes "Unsupported target architecture" error when trying to compile meson-based ports targeting the wasm32-emscripten triplet.

Tested this with the fribidi port. (Compiled, linked successfully with example project, executed.)

past-due avatar Aug 12 '22 16:08 past-due

@LilyWangLL Is there anything remaining that's needed to get this merged? (On my end this works well, has been tested end-to-end with the wasm32-emscripten triplet with the fribidi port, and is working great.)

past-due avatar Sep 07 '22 14:09 past-due

/azp run

LilyWangLL avatar Sep 08 '22 02:09 LilyWangLL

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Sep 08 '22 02:09 azure-pipelines[bot]

@LilyWangLL From what I can see, the failures do not appear to have anything to do with this PR. (The ports listed don't even use meson.)

past-due avatar Sep 08 '22 21:09 past-due

Depends on PR #26646

LilyWangLL avatar Sep 09 '22 07:09 LilyWangLL