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.
2 parents bd60f04 + 91f134d commit 3deac30Copy full SHA for 3deac30
.github/workflows/emscripten.yml
@@ -650,7 +650,7 @@ jobs:
650
-DCMAKE_INSTALL_PREFIX=${{ env.PREFIX }} \
651
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
652
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
653
- -DCppInterOp_DIR="${{ env.CPPINTEROP_BUILD_DIR }}/lib/cmake/CppInterOp" \
+ -DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}/lib/clang/${{ matrix.clang-runtime }} \
654
-DSYSROOT_PATH=$SYSROOT_PATH \
655
..
656
0 commit comments