mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:22:47 +08:00
[portable-snippets] no arm osx (#24236)
This commit is contained in:
parent
0495716066
commit
8e95733728
@ -1,7 +1,9 @@
|
||||
{
|
||||
"name": "portable-snippets",
|
||||
"version-string": "2019-09-20",
|
||||
"port-version": 1,
|
||||
"version-date": "2019-09-20",
|
||||
"port-version": 2,
|
||||
"description": "Collection of miscellaneous portable C snippets",
|
||||
"homepage": "https://github.com/nemequ/portable-snippets"
|
||||
"homepage": "https://github.com/nemequ/portable-snippets",
|
||||
"license": null,
|
||||
"supports": "!(arm & osx)"
|
||||
}
|
||||
|
@ -5514,7 +5514,7 @@
|
||||
},
|
||||
"portable-snippets": {
|
||||
"baseline": "2019-09-20",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"portaudio": {
|
||||
"baseline": "19.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c955bc2bba510d1fd09122a7b16f8eff1284d922",
|
||||
"version-date": "2019-09-20",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "7a24a15b684910521e29c4b5e2c6660329f306c9",
|
||||
"version-string": "2019-09-20",
|
||||
|
Loading…
Reference in New Issue
Block a user