Commit Graph

4 Commits

Author SHA1 Message Date
Ada Tufankjian
93c815ff34
[enkits] Fixing version 1.11 not properly configured to work as a dynamic library (#40715) 2024-08-31 22:58:50 -07:00
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
Kai Pastor
0e6e77f854
[enkits] Fix config file name (#34487) 2023-10-30 15:00:51 -07:00
Ada Tufankjian
6932d6367f
[enkiTS] Adding Port (#34386) 2023-10-13 11:43:06 -07:00