Skip to content

Commit 7b1093a

Browse files
committed
Fix
1 parent 731bace commit 7b1093a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/jupyter/kernels/xcpp20-omp/kernel.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"display_name": "C++20 (xcpp+OpenMP)",
33
"env": {
44
"PATH":"@XEUS_CPP_PATH@",
5-
"LD_LIBRARY_PATH":"@XEUS_CPP_LD_LIBRARY_PATH@"
5+
"LD_LIBRARY_PATH":"@XEUS_CPP_LD_LIBRARY_PATH@",
66
"CPLUS_INCLUDE_PATH":"@XEUS_CPP_INCLUDE_DIR@",
77
},
88
"argv": [

0 commit comments

Comments
 (0)