File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 63
63
64
64
emcmake cmake \
65
65
-DCMAKE_BUILD_TYPE=Release \
66
- -DCMAKE_PREFIX_PATH=$PREFIX \
67
66
-DCMAKE_INSTALL_PREFIX=$PREFIX \
68
67
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
69
- -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
68
+ -DCMAKE_FIND_ROOT_PATH=$PREFIX \
70
69
-DSYSROOT_PATH=$SYSROOT_PATH \
71
70
..
72
71
emmake make -j ${{ env.ncpus }} install
Original file line number Diff line number Diff line change @@ -261,10 +261,9 @@ jobs:
261
261
262
262
emcmake cmake \
263
263
-DCMAKE_BUILD_TYPE=Release \
264
- -DCMAKE_PREFIX_PATH=$PREFIX \
265
264
-DCMAKE_INSTALL_PREFIX=$PREFIX \
266
265
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
267
- -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
266
+ -DCMAKE_FIND_ROOT_PATH=$PREFIX \
268
267
-DSYSROOT_PATH=$SYSROOT_PATH \
269
268
..
270
269
emmake make -j ${{ env.ncpus }} install
Original file line number Diff line number Diff line change @@ -91,10 +91,9 @@ export SYSROOT_PATH=$HOME/emsdk/upstream/emscripten/cache/sysroot
91
91
92
92
emcmake cmake \
93
93
-DCMAKE_BUILD_TYPE=Release \
94
- -DCMAKE_PREFIX_PATH=$PREFIX \
95
94
-DCMAKE_INSTALL_PREFIX=$PREFIX \
96
95
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
97
- -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
96
+ -DCMAKE_FIND_ROOT_PATH= $PREFIX \
98
97
-DSYSROOT_PATH=$SYSROOT_PATH \
99
98
..
100
99
emmake make install
Original file line number Diff line number Diff line change @@ -74,10 +74,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
74
74
export SYSROOT_PATH=$HOME /emsdk/upstream/emscripten/cache/sysroot
75
75
emcmake cmake \
76
76
-DCMAKE_BUILD_TYPE=Release \
77
- -DCMAKE_PREFIX_PATH=$PREFIX \
78
77
-DCMAKE_INSTALL_PREFIX=$PREFIX \
79
78
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
80
- -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
79
+ -DCMAKE_FIND_ROOT_PATH= $PREFIX \
81
80
-DSYSROOT_PATH=$SYSROOT_PATH \
82
81
..
83
82
emmake make install
You can’t perform that action at this time.
0 commit comments