mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:09:00 +08:00
[pthreads] Make port empty on mingw (#17318)
* Make pthreads an empty package for mingw * x-add-version
This commit is contained in:
parent
bb0b48e4ce
commit
49f1d5ac34
@ -1,4 +1,4 @@
|
|||||||
if(NOT VCPKG_TARGET_IS_WINDOWS)
|
if(NOT VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_MINGW)
|
||||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pthreads",
|
"name": "pthreads",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"port-version": 8,
|
"port-version": 9,
|
||||||
"description": "pthreads for windows",
|
"description": "pthreads for windows",
|
||||||
"homepage": "https://sourceware.org/pub/pthreads-win32/"
|
"homepage": "https://sourceware.org/pub/pthreads-win32/"
|
||||||
}
|
}
|
||||||
|
@ -4934,7 +4934,7 @@
|
|||||||
},
|
},
|
||||||
"pthreads": {
|
"pthreads": {
|
||||||
"baseline": "3.0.0",
|
"baseline": "3.0.0",
|
||||||
"port-version": 8
|
"port-version": 9
|
||||||
},
|
},
|
||||||
"pugixml": {
|
"pugixml": {
|
||||||
"baseline": "1.11.4",
|
"baseline": "1.11.4",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f5b91f46526fb5abd97b07febd2563f3a3688769",
|
||||||
|
"version": "3.0.0",
|
||||||
|
"port-version": 9
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e03999fb593f35daefdea06f7c99af233f3a7f3d",
|
"git-tree": "e03999fb593f35daefdea06f7c99af233f3a7f3d",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user