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 05fcfb8 commit 24141c0Copy full SHA for 24141c0
lib/Interpreter/CMakeLists.txt
@@ -135,7 +135,7 @@ if(EMSCRIPTEN)
135
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 ${SYMBOLS_LIST}"
136
SUFFIX ".wasm"
137
)
138
- # When compiling Emscripten tests the shared library as the compiled Javascript
+ # When compiling Emscripten tests the shared library it links to is expected to be in the same folder as the compiled Javascript
139
add_custom_command(TARGET clangCppInterOp POST_BUILD
140
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:clangCppInterOp> ${CMAKE_BINARY_DIR}/unittests/CppInterOp/
141
0 commit comments