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.
1 parent e9d4309 commit 2fc1df3Copy full SHA for 2fc1df3
create_mswin_pkg.rb
@@ -70,7 +70,7 @@ def generate_package_files
70
"./vcpkg upgrade #{PACKAGES} #{PKG_DEPENDS} --triplet=x64-windows --no-dry-run"
71
72
exec_check "Removing outdated packages",
73
- "./vcpkg remove --outdated"
+ "./vcpkg remove --outdated --recurse"
74
75
exec_check "Exporting package files from vcpkg",
76
"./vcpkg export --triplet=x64-windows #{PACKAGES} --raw --output=#{PKG_NAME} --output-dir=#{EXPORT_DIR}"
0 commit comments