[pthreads] Make port empty on mingw (#17318)

* Make pthreads an empty package for mingw

* x-add-version
This commit is contained in:
Kai Pastor 2021-04-24 01:04:42 +02:00 committed by GitHub
parent bb0b48e4ce
commit 49f1d5ac34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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)
return()
endif()

View File

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

View File

@ -4934,7 +4934,7 @@
},
"pthreads": {
"baseline": "3.0.0",
"port-version": 8
"port-version": 9
},
"pugixml": {
"baseline": "1.11.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f5b91f46526fb5abd97b07febd2563f3a3688769",
"version": "3.0.0",
"port-version": 9
},
{
"git-tree": "e03999fb593f35daefdea06f7c99af233f3a7f3d",
"version": "3.0.0",