We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--recurse
remove
vcpkg-tool-meson
1 parent 0d3085f commit 96aec49Copy full SHA for 96aec49
create_mswin_pkg.rb
@@ -13,7 +13,7 @@ class << self
13
include Common
14
15
PACKAGES = 'pkgconf gmp libffi libyaml openssl readline-win32 zlib'
16
- PKG_DEPENDS = 'vcpkg-cmake vcpkg-cmake-config vcpkg-cmake-get-vars'
+ PKG_DEPENDS = 'vcpkg-cmake vcpkg-cmake-config vcpkg-cmake-get-vars vcpkg-tool-meson'
17
18
PKG_NAME = 'mswin'
19
@@ -78,7 +78,7 @@ def generate_package_files
78
"./vcpkg upgrade #{PACKAGES} #{PKG_DEPENDS} --triplet=x64-windows --no-dry-run"
79
80
exec_check "Removing outdated packages",
81
- "./vcpkg remove --outdated"
+ "./vcpkg remove --outdated --recurse"
82
83
exec_check "Package List",
84
"./vcpkg list"
0 commit comments