Skip to content

Commit fb26934

Browse files
authored
Try new solution
1 parent 5ac60b9 commit fb26934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ jobs:
603603
fi
604604
605605
emmake make -j ${{ env.ncpus }}
606-
EMCC_DEBUG=1 emmake make -j ${{ env.ncpus }} check-cppinterop
606+
emmake make -j ${{ env.ncpus }} check-cppinterop
607607
608608
cd ..
609609

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 "../../lib/libclangCppInterOp.so"
19+
LINK_FLAGS "-L ../../lib/libclangCppInterOp.so"
2020
)
2121
else()
2222
target_link_libraries(CppInterOpTests

0 commit comments

Comments
 (0)