Skip to content

Commit 419fe33

Browse files
committed
vcpkg: no opengl dep on ios
1 parent 42051f8 commit 419fe33

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build/vcpkg/vcpkg.json.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"utki",
2121
"nitki",
2222
"ruis",
23-
"ruis-render-opengl",
23+
{
24+
"name": "ruis-render-opengl",
25+
"platform" : "!ios"
26+
},
2427
"ruis-render-opengles"
2528
]
2629
}

0 commit comments

Comments
 (0)