1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Examples: SDL3+OpenGL3: fixed Emscripten makefile + ignore list.

Can't get this to run however.
This commit is contained in:
ocornut 2025-10-29 14:21:43 +01:00
parent 40f9e4e8e2
commit 2a229c8cb8
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ EMS =
##---------------------------------------------------------------------
# ("EMS" options gets added to both CPPFLAGS and LDFLAGS, whereas some options are for linker only)
EMS += -s USE_SDL=2
EMS += -s USE_SDL=3
EMS += -s DISABLE_EXCEPTION_CATCHING=1
LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1