mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
3e3484ad70
* [pthread-stubs] allow building release only * Address review comment
12 lines
301 B
JSON
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"
|
|
]
|
|
}
|