Skip to content

Commit

Permalink
feat(core): debug build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Dec 11, 2024
1 parent 1bedc62 commit 0a27bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if cpp_compiler.get_id() == 'emscripten'
'-sEXPORT_ES6',
'-sENVIRONMENT=web,webview',
'--emit-tsd', 'km-core-interface.d.ts',
# '-sERROR_ON_UNDEFINED_SYMBOLS=0'
'-sERROR_ON_UNDEFINED_SYMBOLS=0'
]
endif

Expand Down

0 comments on commit 0a27bd4

Please sign in to comment.