File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function(configure_native_kernel kernel)
148
148
endfunction ()
149
149
150
150
function (configure_wasm_kernel kernel )
151
- set (XEUS_CPP_RESOURCE_DIR "/lib/clang/${CPPINTEROP_LLVM_VERSION_MAJOR} " )
151
+ set (XEUS_CPP_RESOURCE_DIR "/lib/clang/${CPPINTEROP_LLVM_VERSION_MAJOR} " PARENT_SCOPE )
152
152
153
153
configure_file (
154
154
"${CMAKE_CURRENT_SOURCE_DIR}${kernel} wasm_kernel.json.in"
@@ -437,7 +437,7 @@ if(EMSCRIPTEN)
437
437
xeus_wasm_link_options (xcpp "web,worker" )
438
438
target_link_options (xcpp
439
439
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH} /include@/include"
440
- # PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}/include @${XEUS_CPP_RESOURCE_DIR}"
440
+ #PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}@${XEUS_CPP_RESOURCE_DIR}"
441
441
PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR} @/share/xeus-cpp"
442
442
PUBLIC "SHELL: --preload-file ${XEUS_CPP_CONF_DIR} @/etc/xeus-cpp"
443
443
PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR} /wasm_patches/post.js"
You can’t perform that action at this time.
0 commit comments