Skip to content

Commit bac1588

Browse files
committed
Fix 3
1 parent 724f9bc commit bac1588

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":"@CMAKE_CPLUS_INCLUDE_PATH@"
77
},
88
"argv": [

0 commit comments

Comments
 (0)