vcpkg/ports/pthread-stubs/vcpkg.json
Matthias Kuhn 3e3484ad70
[pthread-stubs] allow building release only (#27530)
* [pthread-stubs] allow building release only

* Address review comment
2022-11-01 20:00:18 -07:00

12 lines
301 B
JSON

{
"name": "pthread-stubs",
"version": "0.4",
"port-version": 1,
"description": "Stub replacements for POSIX Threads functions.",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/pthread-stubs",
"license": "X11-distribute-modifications-variant",
"dependencies": [
"pthread"
]
}