Skip to content

Commit

Permalink
.vscode/tasks.json: add path to the RelWithDebInfo in the LD_LIBRARY_…
Browse files Browse the repository at this point in the history
…PATH env var
  • Loading branch information
ChugunovRoman committed Apr 30, 2024
1 parent 7c4e921 commit 38f6d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.0",
"options": {
"env": {
"LD_LIBRARY_PATH": "${workspaceFolder}/bin/x86_64/Debug:${workspaceFolder}/bin/x86_64/Mixed:${workspaceFolder}/bin/x86_64/Release"
"LD_LIBRARY_PATH": "${workspaceFolder}/bin/x86_64/Debug:${workspaceFolder}/bin/x86_64/Mixed:${workspaceFolder}/bin/x86_64/Release:${workspaceFolder}/bin/x86_64/RelWithDebInfo"
}
},
"tasks": [
Expand Down

0 comments on commit 38f6d27

Please sign in to comment.