Skip to content

Commit fc9aead

Browse files
authored
Update CMakeLists.txt
1 parent 5bc04ab commit fc9aead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ if(EMSCRIPTEN)
442442
PUBLIC "SHELL: --preload-file ${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
443443
PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR}/wasm_patches/post.js"
444444
PUBLIC "SHELL: -s STRICT=1"
445-
PUBLIC "SHELL: --no-entry "
445+
PUBLIC "SHELL: --no-entry"
446446
)
447447
# TODO: Uncomment the above line regarding preloading clang's resource dir
448448
# once has been supported through cppinterop.

0 commit comments

Comments
 (0)