mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
6cf58ad402
* [pthreads] Fixed Windows ARM build * [pthreads] bump port-version * * Add upstream submission link. * Use VERSION * Add quotes around NMAKE's path. Co-authored-by: Billy O'Neal <bion@microsoft.com>
9 lines
285 B
JSON
9 lines
285 B
JSON
{
|
|
"name": "pthreads",
|
|
"version": "3.0.0",
|
|
"port-version": 12,
|
|
"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"
|
|
}
|