build cjson for emscripten

This commit is contained in:
ading2210 2024-01-03 22:00:11 -05:00
parent 2a511ff6e9
commit e030ca6712
4 changed files with 46 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
"clangd.fallbackFlags": [
"-I/usr/share/emscripten/cache/sysroot/include/"
"-I/usr/share/emscripten/cache/sysroot/include/",
"-I/usr/lib/emscripten/system/include"
]
}