Skip to content

Commit 38f6d27

Browse files
committed
.vscode/tasks.json: add path to the RelWithDebInfo in the LD_LIBRARY_PATH env var
1 parent 7c4e921 commit 38f6d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"options": {
66
"env": {
7-
"LD_LIBRARY_PATH": "${workspaceFolder}/bin/x86_64/Debug:${workspaceFolder}/bin/x86_64/Mixed:${workspaceFolder}/bin/x86_64/Release"
7+
"LD_LIBRARY_PATH": "${workspaceFolder}/bin/x86_64/Debug:${workspaceFolder}/bin/x86_64/Mixed:${workspaceFolder}/bin/x86_64/Release:${workspaceFolder}/bin/x86_64/RelWithDebInfo"
88
}
99
},
1010
"tasks": [

0 commit comments

Comments
 (0)