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 4c859e0 commit bd380d9Copy full SHA for bd380d9
.github/workflows/emscripten.yml
@@ -952,7 +952,7 @@ jobs:
952
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON `
953
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON `
954
-DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}/lib/clang/${{ matrix.clang-runtime }} `
955
- -DSYSROOT_PATH=${{ env.SYSROOT_PATH }} `
+ -DSYSROOT_PATH=${{ env.SYSROOT_PATH }} ` `
956
..
957
emmake make -j ${{ env.ncpus }} install
958
0 commit comments