Closed jnsgruk closed 9 months ago
This snap currently sets LD_LIBRARY_PATH, which is incorrect for a classic snap. This PR stops that behaviour and uses patchelf instead. Tested locally and seems to function correctly.
LD_LIBRARY_PATH
@compuguy @xiyuzhai WDYT?
Thanks a lot!
Built the changes locally and installed it. LGTM @jnsgruk!
This snap currently sets
LD_LIBRARY_PATH
, which is incorrect for a classic snap. This PR stops that behaviour and uses patchelf instead. Tested locally and seems to function correctly.