mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
Build and test shared libs
This commit is contained in:
parent
0bb3325679
commit
686c773bb2
2 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,8 @@
|
|||
},
|
||||
"environment": {
|
||||
"CPM_USE_LOCAL_PACKAGES": "YES",
|
||||
"PATH": "$env{HOME}/.local/bin${pathListSep}$penv{PATH}"
|
||||
"PATH": "$env{HOME}/.local/bin${pathListSep}$penv{PATH}",
|
||||
"LD_LIBRARY_PATH": "${sourceParentDir}/stagedir/lib${pathListSep}penv{LD_LIBRARY_PATH}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue