vcpkg/ports/pthreads/vcpkg.json
Park DongHa b466bd598e
[pthreads] support ARM arch and UWP platform (#16348)
* [pthreads] support ARM/UWP

* arm: enable macro __PTW32_PROGCTR
* uwp: LINK option /APPCONTAINER
* uwp: link with 'kernel32', 'windowsapp'

* [pthreads] update baseline and port SHA

* [pthreads] extract changes to patch

* [pthreads] remove pthreads from ci.baseline.txt

* [pthreads] separate uwp patch

* update ci.baseline.txt for arm/arm64

* [pthreads] unify patch list

* update ci.baseline.txt
2021-04-07 14:16:28 -07:00

8 lines
169 B
JSON

{
"name": "pthreads",
"version": "3.0.0",
"port-version": 8,
"description": "pthreads for windows",
"homepage": "https://sourceware.org/pub/pthreads-win32/"
}