Skip to content
Snippets Groups Projects
Commit 6a34da84 authored by Anon's avatar Anon
Browse files

sim: Add include path to sdkconfig.h

parent 1a6b74e7
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ fi
emcc ctx.c \
-I ../../components/ctx/ \
-I ../../components/ctx/fonts/ \
-I ../../build/config \
-s EXPORTED_FUNCTIONS=_ctx_new_for_framebuffer,_ctx_new_drawlist,_ctx_parse,_ctx_apply_transform,_ctx_text_width,_ctx_render_ctx,_ctx_destroy,_malloc,_free \
--no-entry -flto -O3 \
-o ctx.wasm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment