cget icon indicating copy to clipboard operation
cget copied to clipboard

LD_LIBRARY_PATH doesn't get passed to package

Open causten opened this issue 1 year ago • 1 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

causten avatar Oct 12 '23 15:10 causten

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

krzysz00 avatar Oct 12 '23 15:10 krzysz00