Skip to content

Commit 8fdea30

Browse files
committed
Fixup
1 parent ef4e446 commit 8fdea30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ports/mygui/vcpkg.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"opengl": {
2626
"description": "Use OpenGL render system.",
27+
"supports": "!android",
2728
"dependencies": [
2829
"opengl"
2930
]
@@ -32,7 +33,8 @@
3233
"description": "Build MyGUI plugins."
3334
},
3435
"tools": {
35-
"description": "Install MyGUI tools."
36+
"description": "Install MyGUI tools.",
37+
"supports": "!android"
3638
}
3739
}
3840
}

versions/m-/mygui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "2454dc24c54e625a37d008bc1ba8f98ec8246d97",
4+
"git-tree": "12aa141343c23a82d77966a0eeff2818214e0b4b",
55
"version": "3.4.3",
66
"port-version": 4
77
},

0 commit comments

Comments
 (0)