Skip to content

Commit 8c87a5b

Browse files
committed
fix!: remove libraries on problematic platforms for now
1 parent cf09ddf commit 8c87a5b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

vcpkg.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"dependencies": [
3-
"libiconv",
3+
{
4+
"name": "libiconv",
5+
"platform": "!mingw"
6+
},
47
{
58
"name": "zlib",
6-
"platform": "windows | linux | wasm32"
9+
"platform": "windows | (linux & x64) | wasm32"
710
}
811
]
912
}

0 commit comments

Comments
 (0)