Skip to content

Commit 937a0bc

Browse files
committed
Missed making other sysroot escaped
1 parent a6c16ad commit 937a0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if(EMSCRIPTEN)
106106
PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1"
107107
PUBLIC "SHELL: -s STACK_SIZE=32mb"
108108
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"
109-
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
109+
PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
110110
PUBLIC "SHELL: --emrun"
111111
PUBLIC "SHELL: --preload-file ${ESCAPED_TEST_SHARED_LIBRARY_PATH}/libTestSharedLib.so@/libTestSharedLib.so"
112112
)

0 commit comments

Comments
 (0)