tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

fix(ld_proxy): correctly handle non-artifact library paths #86

Closed deciduously closed 2 months ago

deciduously commented 2 months ago

This PR updates the LD proxy to correctly produce wrappers which pull in libraries from library paths in the working build tree.

It additionally cleans up additional now-unnecessary post-processing for package builds which depended on this behavior: curl, fftw, gettext, icu, libcap, postgresql.

Additional fixes: