pfultz2 / cget

C++ package retrieval

Home Page:http://cget.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LD_LIBRARY_PATH doesn't get passed to package

causten opened this issue · comments

There are times where the LD path is needed by the repo when building (i.e. ASAN) but it seems cget wipes the path out
https://github.com/pfultz2/cget/blob/master/cget/prefix.py#L111

The expected behavior would be to prepend to LD_LIBRARY_PATH if it's set, not overwrite it