diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/tool-meson/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tool-meson/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL index 483508089..c5fe40dfc 100644 --- a/ports/tool-meson/CONTROL +++ b/ports/tool-meson/CONTROL @@ -1,4 +1,4 @@ Source: tool-meson -Version: 0.54.2 +Version: 0.55.1 Homepage: https://github.com/mesonbuild/meson Description: Meson build system diff --git a/ports/tool-meson/portfile.cmake b/ports/tool-meson/portfile.cmake index ad32823bd..c39e61407 100644 --- a/ports/tool-meson/portfile.cmake +++ b/ports/tool-meson/portfile.cmake @@ -3,3 +3,5 @@ # Currently is used in ports that call vcpkg_find_acquire_program(MESON) in order to force rebuilds. set(VCPKG_POLICY_EMPTY_PACKAGE enabled) +vcpkg_find_acquire_program(MESON) +message(STATUS "Using meson: ${MESON}")
\ No newline at end of file |
