We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc04ab commit fc9aeadCopy full SHA for fc9aead
CMakeLists.txt
@@ -442,7 +442,7 @@ if(EMSCRIPTEN)
442
PUBLIC "SHELL: --preload-file ${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
443
PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR}/wasm_patches/post.js"
444
PUBLIC "SHELL: -s STRICT=1"
445
- PUBLIC "SHELL: --no-entry "
+ PUBLIC "SHELL: --no-entry"
446
)
447
# TODO: Uncomment the above line regarding preloading clang's resource dir
448
# once has been supported through cppinterop.
0 commit comments