tangramdotdev / packages

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

Build libbz2.dylib on macOS #56

Closed deciduously closed 4 months ago

deciduously commented 6 months ago

The bzip2 upstream sources do not provide a way to build the dynamic library on macOS, only Linux, so at present we only produce the staticlib. However, a small source patch to the makefile should be sufficient to allow building both versions.