fix cjson compile issues

This commit is contained in:
ading2210 2024-01-03 22:46:02 -05:00
parent e030ca6712
commit e695b1d14a
6 changed files with 47 additions and 24 deletions

View file

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