File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -805,8 +805,9 @@ jobs:
805
805
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
806
806
source ./emsdk/emsdk_env.sh
807
807
micromamba activate CppInterOp-wasm
808
- git clone --depth=1 https://github.com/compiler-research /xeus-cpp.git
808
+ git clone --depth=1 https://github.com/mcbarton /xeus-cpp.git
809
809
cd ./xeus-cpp
810
+ git checkout Fix-resource-directory
810
811
mkdir build
811
812
pushd build
812
813
export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
@@ -817,6 +818,7 @@ jobs:
817
818
-DCMAKE_INSTALL_PREFIX=${{ env.PREFIX }} \
818
819
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
819
820
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
821
+ -DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}/lib/clang/${{ matrix.clang-runtime }} \
820
822
-DSYSROOT_PATH=${{ env.SYSROOT_PATH }} \
821
823
..
822
824
emmake make -j ${{ env.ncpus }} install
You can’t perform that action at this time.
0 commit comments