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 5ac60b9 commit fb26934Copy full SHA for fb26934
.github/workflows/emscripten.yml
@@ -603,7 +603,7 @@ jobs:
603
fi
604
605
emmake make -j ${{ env.ncpus }}
606
- EMCC_DEBUG=1 emmake make -j ${{ env.ncpus }} check-cppinterop
+ emmake make -j ${{ env.ncpus }} check-cppinterop
607
608
cd ..
609
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 "../../lib/libclangCppInterOp.so"
+ LINK_FLAGS "-L ../../lib/libclangCppInterOp.so"
20
)
21
else()
22
target_link_libraries(CppInterOpTests
0 commit comments