vcpkg/versions/e-/enkits.json
Ada Tufankjian 95937528f2
[enkiTS] Fixing patch for dynamic linking on windows (#38014)
When enkiTS was built on windows with dynamic linking it would fail to
install the dll. A dependent application would successfully link against
the stub .lib and then fail to even get to `main` because the enkiTS dll
was missing.

I made sure to test this locally by having a project of mine depend on
the version of this port from my fork :)

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [X] The "supports" clause reflects platforms that may be fixed by this
new version.
- [X] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-04-09 12:07:03 -04:00

20 lines
395 B
JSON

{
"versions": [
{
"git-tree": "8fc05799f3650a3e68dda59c7d6c813e5e49408e",
"version": "1.11",
"port-version": 2
},
{
"git-tree": "d83be5a37b104f4c67030a8184af78bfa248137c",
"version": "1.11",
"port-version": 1
},
{
"git-tree": "8fe0e538a1d8685844297f35b7e00f4984d4bb09",
"version": "1.11",
"port-version": 0
}
]
}