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 4cc070f commit 17e25ceCopy full SHA for 17e25ce
test/CMakeLists.txt
@@ -75,7 +75,7 @@ if(EMSCRIPTEN)
75
PUBLIC "SHELL: -s EXIT_RUNTIME=1"
76
PUBLIC "SHELL: -s STACK_SIZE=32mb"
77
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"
78
- PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
+ PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
79
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
80
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
81
PUBLIC "SHELL: --emrun"
0 commit comments