tangramdotdev / packages

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

feat(bzip2): build dylib on macOS #78

Closed deciduously closed 4 months ago

deciduously commented 4 months ago

This PR augments the bzip2 build definitions to produce a shared dylib in addition to the static library on macOS, mirroring linux. Closes #56.

The first commit provides a working but suboptimal solution. Before merging, will address: