diff --git a/vcpkg-vendor/fix_vendor_libs.py b/vcpkg-vendor/fix_vendor_libs.py index be0c01a7f..2e83f8a83 100755 --- a/vcpkg-vendor/fix_vendor_libs.py +++ b/vcpkg-vendor/fix_vendor_libs.py @@ -243,7 +243,7 @@ def pack_all(root_path, output_path): [ "7z", "a", - output_path.resolve(), + output_path.absolute(), *[f.name for f in contents_path.glob("*")], ], cwd=contents_path,