mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[quickfix] does not supports arm64-osx (#27069)
This commit is contained in:
parent
2f491e39b2
commit
1a28e9c6d9
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "quickfix",
|
||||
"version": "1.15.1",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "QuickFIX is a free and open source implementation of the FIX protocol.",
|
||||
"homepage": "https://github.com/quickfix/quickfix",
|
||||
"supports": "!uwp",
|
||||
"supports": "!uwp & !(osx & arm64)",
|
||||
"dependencies": [
|
||||
"openssl",
|
||||
{
|
||||
|
@ -6306,7 +6306,7 @@
|
||||
},
|
||||
"quickfix": {
|
||||
"baseline": "1.15.1",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"quill": {
|
||||
"baseline": "2.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a8cdc0c05fb161bb28059f93d8dc05ea60d4c118",
|
||||
"version": "1.15.1",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "73e9e7e7bcc08f6f0f491d68cd2ff93f5571353f",
|
||||
"version": "1.15.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user