mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:08:59 +08:00
[sdformat9] no osx arm (#27102)
This commit is contained in:
parent
be15c29977
commit
878246e6c9
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "sdformat9",
|
||||
"version": "9.8.0",
|
||||
"port-version": 1,
|
||||
"description": "Simulation Description Format (SDF) parser and description files.",
|
||||
"homepage": "http://sdformat.org/",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!uwp",
|
||||
"supports": "!uwp & !(arm & osx)",
|
||||
"dependencies": [
|
||||
"ignition-math6",
|
||||
"tinyxml",
|
||||
|
@ -6662,7 +6662,7 @@
|
||||
},
|
||||
"sdformat9": {
|
||||
"baseline": "9.8.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"sdl1": {
|
||||
"baseline": "1.2.15",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "693fd5dc7bdb0dfe766275719f0b3f85477994aa",
|
||||
"version": "9.8.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "32a06104ef8500390db26865dbc6f887de83f1ee",
|
||||
"version": "9.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user