openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.85k stars 2.55k forks source link

Fix ofxSvg on 64 bit ARM linux architecture #7917

Closed fieldOfView closed 2 months ago

fieldOfView commented 3 months ago

This PR fixes the bundled ofxSvg running on 64 bit ARM linux, eg Raspberry Pi running a 64 bit OS.

I have checked other missing linuxaarch64 lemmas for other included addons, but could not find any sofar.

Contributes to https://github.com/openframeworks/openFrameworks/issues/7791

fieldOfView commented 3 months ago

I don't see how my change could make the linuxaarch64 build fail like it does. Is that build otherwise healthy in the main branch?

dimitre commented 2 months ago

Thank you @fieldOfView