Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 25, 2025
1 parent 1d43298 commit 5ac60b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/CppInterOp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_cppinterop_unittest(CppInterOpTests

if(EMSCRIPTEN)
set_target_properties(CppInterOpTests PROPERTIES
LINK_FLAGS "-L ${CMAKE_BINARY_DIR}/lib/libclangCppInterOp.so"
LINK_FLAGS "../../lib/libclangCppInterOp.so"
)
else()
target_link_libraries(CppInterOpTests
Expand Down

0 comments on commit 5ac60b9

Please sign in to comment.