vcpkg
vcpkg copied to clipboard
[unqlite] add thread-safety feature
- [x] Changes comply with the maintainer guide.
- [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 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 --alland committing the result. - [x] Only one version is added to each modified port's versions file.
@dg0yt Changed to the date-based version. I also fixed the reason for Windows arm failures, which was the examples, which I simply excluded.
I agree with @dg0yt on the usage comment.
I believe the feature setting also needs to be baked into the installed contents so that users can't accidentally get the wrong setting.
Added config for the header files. @BillyONeal