vcpkg/ports/pthreads/vcpkg.json
tdcosta100 b7eaf99a7b
[pthreads] Fix EACCESSVIOLATION in pthread_getname_np and better install handling (#28173)
* [pthreads] Fix EACCESSVIOLATION in pthread_getname_np

* [pthreads] Use vcpkg options instead custom commands

* [pthreads] Update port version

* [pthreads] Don't use separate builds for release and debug

* [pthreads] Update port version

* [pthreads] Cleaner solution for building configuration

* [pthreads] Update port version

* [pthreads] Correct variable name

* [pthreads] Update port version

* [pthreads] Make install even more optimized

* [pthreads] Update port version

* [pthreads] Fix static builds

* [pthreads] Update port version

* [pthreads] Correct quotes

* [pthreads] Update port version

* [pthreads] Fix compatibility with UWP

* [pthreads] Update port version

* [pthreads] Correction in fix-pthread_getname_np.patch

* [pthreads] Update port version
2022-12-28 14:04:12 -08:00

15 lines
377 B
JSON

{
"name": "pthreads",
"version": "3.0.0",
"port-version": 13,
"description": "Meta-package that provides PThreads4W on Windows, or assumes presence of system pthreads on POSIX systems.",
"homepage": "https://sourceforge.net/projects/pthreads4w/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}