mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-25 07:10:36 +08:00
02745e0f47
introduce `vcpkg_generate_meson_cmd_args` to generate the command line args vcpkg calls meson with. This needed to be factored out since it allows calling the meson-py backend of setuptools with the same arguments as calling meson manually within vcpkg. additionally: - fixed `CMAKE_BUILD_TYPE` (var `buildconfig` does not exist) - add `ADDITIONAL_PROPERTIES` option - removed a lot of stuff being added to PATH unnecessarily - added option `--pkgconfig.relocatable` (probably not necessary but we want this any way.) - added option `--pkg-config-path` with correct paths (allows removing the env variables for it)
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"name": "vcpkg-tool-meson",
|
|
"version": "1.3.2",
|
|
"port-version": 5,
|
|
"description": "Meson build system",
|
|
"homepage": "https://github.com/mesonbuild/meson",
|
|
"license": "Apache-2.0",
|
|
"supports": "native"
|
|
}
|