felt/tippecanoe

Upgrade catch dependency

springmeyer opened this issue · 1 comments

I noticed while working on #202 that BUILDTYPE=Debug make does not work on MacOS with arm arch. The reason is that the catch version used inside this project predates the fix (catchorg/Catch2@a25c1a2) for this problem in catch.

So, upgrading the catch dependency is needed for getting builds working in debug mode on Mac OS with MX chips.

Solved by #223