Skip to content

Commit

Permalink
[ace] tao windows arm (microsoft#33709)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Sep 18, 2023
1 parent abc2769 commit 744ea46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ports/ace/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace",
"version": "7.1.1",
"port-version": 1,
"port-version": 2,
"maintainers": "Johnny Willemsen <[email protected]>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO",
Expand All @@ -22,7 +22,8 @@
]
},
"tao": {
"description": "The ACE ORB"
"description": "The ACE ORB",
"supports": "native | !(windows & arm)"
},
"wchar": {
"description": "Enable extra wide char functions in ACE",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "acebbd833daa493d4e2075ce547646719d8cd080",
"version": "7.1.1",
"port-version": 2
},
{
"git-tree": "b9ee0ab32f4cbb2e1df0b0b060e0691e5e684261",
"version": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"ace": {
"baseline": "7.1.1",
"port-version": 1
"port-version": 2
},
"acl": {
"baseline": "2.3.1",
Expand Down

0 comments on commit 744ea46

Please sign in to comment.