Skip to content

Commit 9a0b355

Browse files
tobbiswagtoy
authored andcommitted
Fix WASM builds by removing libraqm dependency.
libraqm tests fail to build on WASM. Currently, upstream libraqm does not offer support for skipping the building of tests, so I'm gonna disable it altogether. See microsoft/vcpkg#49390 and HOST-Oman/libraqm#208
1 parent 9ad2409 commit 9a0b355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"fmt",
55
"libogg",
66
"libvorbis",
7-
"libraqm",
87
"freetype",
98
"physfs",
109
"glm",
@@ -18,7 +17,8 @@
1817
"sdl2",
1918
"sdl2-image",
2019
"curl",
21-
"openal-soft"
20+
"openal-soft",
21+
"libraqm"
2222
],
2323
"supports": "!emscripten"
2424
},

0 commit comments

Comments
 (0)