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 1d43298 commit 5ac60b9Copy full SHA for 5ac60b9
unittests/CppInterOp/CMakeLists.txt
@@ -16,7 +16,7 @@ add_cppinterop_unittest(CppInterOpTests
16
17
if(EMSCRIPTEN)
18
set_target_properties(CppInterOpTests PROPERTIES
19
- LINK_FLAGS "-L ${CMAKE_BINARY_DIR}/lib/libclangCppInterOp.so"
+ LINK_FLAGS "../../lib/libclangCppInterOp.so"
20
)
21
else()
22
target_link_libraries(CppInterOpTests
0 commit comments