gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
166 stars 31 forks source link

Fix compilation errors from implicit typecasts observed on Arm macOS #133

Closed jwright6323 closed 1 week ago

jwright6323 commented 4 months ago

I was unable to build the native extensions on my 2024 M2 MacBook Pro running macOS Sonoma 14.3.1. The changes made in this PR fix the compilation issues for this case. I validated that this generates the same output as on my previous laptop (Intel silicon 2019 MacBook Pro)

4e554c4c commented 1 week ago

merged in #136. Thanks!