mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[pmdk] Fix linux compilation (#33766)
* [pmdk] Add !linux supports * update version * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
This commit is contained in:
parent
c9e2aa851e
commit
36ff119b98
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "pmdk",
|
||||
"version": "1.12.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Persistent Memory Development Kit",
|
||||
"homepage": "https://github.com/pmem/pmdk",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!(arm | x86)",
|
||||
"supports": "!(linux | arm | x86)",
|
||||
"dependencies": [
|
||||
"getopt",
|
||||
{
|
||||
|
@ -6458,7 +6458,7 @@
|
||||
},
|
||||
"pmdk": {
|
||||
"baseline": "1.12.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"pngpp": {
|
||||
"baseline": "0.2.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b208389a2bc32898f0f4d13c5f222015ce9bd072",
|
||||
"version": "1.12.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "5dc7f0e5a4d6348ac49617010105730775580f78",
|
||||
"version": "1.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user