Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"name": "wil",
"platform": "windows"
}
],
"overrides": [
{
"name": "zlib",
"version": "1.2.12#2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed the latest version on vcpkg is still 1.2.12. https://github.com/microsoft/vcpkg/blob/06b5f4a769d848d1a20fa0acd556019728b56273/ports/zlib/vcpkg.json#L3

How do we build the repo locally with 1.2.12#2?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're using a current vcpkg.exe, then the overrides should resolve the problem. Sync your vcpkg repo to the current master branch and I believe it should resolve the issue.

}
]
}