Skip to content

Commit 5ac60b9

Browse files
authored
Update CMakeLists.txt
1 parent 1d43298 commit 5ac60b9

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
@@ -16,7 +16,7 @@ add_cppinterop_unittest(CppInterOpTests
1616

1717
if(EMSCRIPTEN)
1818
set_target_properties(CppInterOpTests PROPERTIES
19-
LINK_FLAGS "-L ${CMAKE_BINARY_DIR}/lib/libclangCppInterOp.so"
19+
LINK_FLAGS "../../lib/libclangCppInterOp.so"
2020
)
2121
else()
2222
target_link_libraries(CppInterOpTests

0 commit comments

Comments
 (0)