
tomlplusplus uses Meson as a build system, which makes us come across a small bug when building Universal Binaries with our custom triplet I hate vendoring this Signed-off-by: Seth Flynn <getchoo@tuta.io>
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"name": "vcpkg-tool-meson",
|
|
"version": "1.8.2",
|
|
"description": "Meson build system",
|
|
"homepage": "https://github.com/mesonbuild/meson",
|
|
"license": "Apache-2.0",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
"vcpkg-cmake-get-vars"
|
|
]
|
|
}
|