Skip to content

Commit a387122

Browse files
committed
add libxeus.so to kernelspec
1 parent d6a05be commit a387122

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

share/jupyter/kernels/xcpp17/wasm_kernel.json.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"metadata": {
1111
"debugger": false,
1212
"shared": {
13+
"libxeus.so": "lib/libxeus.so",
1314
"libclangCppInterOp.so": "lib/libclangCppInterOp.so"
1415
}
1516
}

share/jupyter/kernels/xcpp20/wasm_kernel.json.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"metadata": {
1111
"debugger": false,
1212
"shared": {
13+
"libxeus.so": "lib/libxeus.so",
1314
"libclangCppInterOp.so": "lib/libclangCppInterOp.so"
1415
}
1516
}

share/jupyter/kernels/xcpp23/wasm_kernel.json.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"metadata": {
1111
"debugger": false,
1212
"shared": {
13+
"libxeus.so": "lib/libxeus.so",
1314
"libclangCppInterOp.so": "lib/libclangCppInterOp.so"
1415
}
1516
}

0 commit comments

Comments
 (0)