File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ jobs:
143
143
micromamba activate xeus-lite-host
144
144
jupyter lite build \
145
145
--XeusAddon.prefix=${{ env.PREFIX }} \
146
+ --XeusAddon.mounts="${{ env.PREFIX }}/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
147
+ --XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"
146
148
--contents README.md \
147
149
--contents notebooks/xeus-cpp-lite-demo.ipynb \
148
150
--contents notebooks/smallpt.ipynb \
Original file line number Diff line number Diff line change @@ -450,8 +450,6 @@ if(EMSCRIPTEN)
450
450
PUBLIC "SHELL: -s USE_SDL=2"
451
451
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH} /include@/include"
452
452
PUBLIC "SHELL: --preload-file ${XEUS_CPP_RESOURCE_DIR} @/${CMAKE_INSTALL_LIBDIR} /clang/${CPPINTEROP_LLVM_VERSION_MAJOR} "
453
- PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR} @/share/xeus-cpp"
454
- PUBLIC "SHELL: --preload-file ${XEUS_CPP_CONF_DIR} @/etc/xeus-cpp"
455
453
PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR} /wasm_patches/post.js"
456
454
)
457
455
endif ()
You can’t perform that action at this time.
0 commit comments