Skip to content

Commit 17e25ce

Browse files
authored
Use escaped variable preloaded files Emscripten build
1 parent 4cc070f commit 17e25ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if(EMSCRIPTEN)
7575
PUBLIC "SHELL: -s EXIT_RUNTIME=1"
7676
PUBLIC "SHELL: -s STACK_SIZE=32mb"
7777
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"
78-
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
78+
PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
7979
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
8080
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
8181
PUBLIC "SHELL: --emrun"

0 commit comments

Comments
 (0)