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 260e6de commit ba40e25Copy full SHA for ba40e25
unittests/CppInterOp/CMakeLists.txt
@@ -106,7 +106,7 @@ if(EMSCRIPTEN)
106
PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1"
107
PUBLIC "SHELL: -s STACK_SIZE=32mb"
108
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"
109
- PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
+ PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
110
PUBLIC "SHELL: --emrun"
111
PUBLIC "SHELL: --preload-file ${ESCAPED_TEST_SHARED_LIBRARY_PATH}/libTestSharedLib.so@/libTestSharedLib.so"
112
)
0 commit comments