pfultz2 / cget

C++ package retrieval
http://cget.readthedocs.io
Other
453 stars 27 forks source link

LD_LIBRARY_PATH doesn't get passed to package #110

Open causten opened 1 year ago

causten commented 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

krzysz00 commented 1 year ago

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