tangramdotdev / packages

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

Fix out of tree builds on macOS #74

Closed deciduously closed 4 months ago

deciduously commented 4 months ago

Most autotools builds are configuring successfully but failing to compile on macOS. A temporary workaround sets buildInTree to true for this OS. Fix the bug, revert the workaround.