File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -438,13 +438,11 @@ if(EMSCRIPTEN)
438
438
target_link_options (xcpp
439
439
PUBLIC "SHELL: -s USE_SDL=2"
440
440
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH} /include@/include"
441
- # PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}@${XEUS_CPP_RESOURCE_DIR}"
441
+ PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR} @${XEUS_CPP_RESOURCE_DIR} "
442
442
PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR} @/share/xeus-cpp"
443
443
PUBLIC "SHELL: --preload-file ${XEUS_CPP_CONF_DIR} @/etc/xeus-cpp"
444
444
PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR} /wasm_patches/post.js"
445
445
)
446
- # TODO: Uncomment the above line regarding preloading clang's resource dir
447
- # once has been supported through cppinterop.
448
446
endif ()
449
447
# Tests
450
448
# =====
You can’t perform that action at this time.
0 commit comments