openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 52 forks source link

ofxSvg incomplete on aarch64 #273

Closed dimitre closed 1 year ago

dimitre commented 1 year ago

libxml2 and svgtiny are not being bundled on the nightly for aarch64. Is that something easy to update on apothecary?

related: https://forum.openframeworks.cc/t/of-on-khadas-vim4/42316/12

ofTheo commented 1 year ago

@dimitre I think its just missing the linuxaarch64 target everywhere there is linuxarmv6l eg: https://github.com/openframeworks/apothecary/blob/master/apothecary/formulas/svgtiny/svgtiny.sh#L68

Might be the same for libxml2 too.

I think the fix would be to just add linuxaarch64 checks everywhere there is linuxarmv6l

dimitre commented 1 year ago

Nice! I've submitted a PR here to update this platforms https://github.com/openframeworks/apothecary/pull/276

dimitre commented 1 year ago

Wowww that's great news @ofTheo