Skip to content

Commit 24141c0

Browse files
authored
Fix explaination of why Emscripten shared library is copied to tests folder
1 parent 05fcfb8 commit 24141c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ if(EMSCRIPTEN)
135135
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 ${SYMBOLS_LIST}"
136136
SUFFIX ".wasm"
137137
)
138-
# When compiling Emscripten tests the shared library as the compiled Javascript
138+
# When compiling Emscripten tests the shared library it links to is expected to be in the same folder as the compiled Javascript
139139
add_custom_command(TARGET clangCppInterOp POST_BUILD
140140
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:clangCppInterOp> ${CMAKE_BINARY_DIR}/unittests/CppInterOp/
141141
)

0 commit comments

Comments
 (0)