Skip to content

Commit 2fc1df3

Browse files
committed
Add --recurse to ./vcpkg remove
1 parent e9d4309 commit 2fc1df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_mswin_pkg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def generate_package_files
7070
"./vcpkg upgrade #{PACKAGES} #{PKG_DEPENDS} --triplet=x64-windows --no-dry-run"
7171

7272
exec_check "Removing outdated packages",
73-
"./vcpkg remove --outdated"
73+
"./vcpkg remove --outdated --recurse"
7474

7575
exec_check "Exporting package files from vcpkg",
7676
"./vcpkg export --triplet=x64-windows #{PACKAGES} --raw --output=#{PKG_NAME} --output-dir=#{EXPORT_DIR}"

0 commit comments

Comments
 (0)