Skip to content

Commit 70a518c

Browse files
authored
Fix copying xcpp.data for xeus-cpp-lite deploy page (#411)
1 parent 91c6eda commit 70a518c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
micromamba activate xeus-lite-host
186186
python -m pip install jupyterlite-xeus
187187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
188-
cp xcpp.data dist/extensions/@jupyterlite/xeus/static
188+
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189189
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190190
191191
- name: Upload artifact

Emscripten-build-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ we want to include in our application. As of now this would contain all importan
155155
Libraries etc coming out of emscripten's sysroot. Assuming we are still inside build we should do the following
156156

157157
```bash
158-
cp xcpp.data _output/extensions/@jupyterlite/xeus/static
158+
cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static
159159
cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static
160160
```
161161

0 commit comments

Comments
 (0)