File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
8080micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
8181mkdir build
8282cd build
83- export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
84- export SYSROOT_PATH=$PREFIX /opt/emsdk/upstream/emscripten/cache/sysroot
83+ export BUILD_TOOLS_PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
84+ export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-host
85+ export SYSROOT_PATH=$BUILD_TOOLS_PREFIX /opt/emsdk/upstream/emscripten/cache/sysroot
8586
8687emcmake cmake \
8788 -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
8181micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
8282mkdir build
8383cd build
84- export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
85- export SYSROOT_PATH=$PREFIX /opt/emsdk/upstream/emscripten/cache/sysroot
84+ export BUILD_TOOLS_PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
85+ export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-host
86+ export SYSROOT_PATH=$BUILD_TOOLS_PREFIX /opt/emsdk/upstream/emscripten/cache/sysroot
8687
8788emcmake cmake \
8889 -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -69,8 +69,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
6969 micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
7070 mkdir build
7171 cd build
72- export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
73- export SYSROOT_PATH=$PREFIX /opt/emsdk/upstream/emscripten/cache/sysroot
72+ export BUILD_TOOLS_PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
73+ export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-host
74+ export SYSROOT_PATH=$BUILD_TOOLS_PREFIX /opt/emsdk/upstream/emscripten/cache/sysroot
7475 emcmake cmake \
7576 -DCMAKE_BUILD_TYPE=Release \
7677 -DCMAKE_INSTALL_PREFIX=$PREFIX \
You can’t perform that action at this time.
0 commit comments