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