openAVproductions / openAV-ArtyFX

A repository for the ArtyFX plugin bundle
GNU General Public License v2.0
80 stars 19 forks source link

Add arm build support, Fixes https://github.com/zynthian/zynthian-sys/issues/31 #28

Closed guysoft closed 6 years ago

guysoft commented 6 years ago

Hey, From the Zynthian project. This fixes cmake to build in arm devices such as raspberrypi 3. Fixes this issue we have: Fixes https://github.com/zynthian/zynthian-sys/issues/31

harryhaaren commented 6 years ago

Thanks @guysoft - please test to ensure its all good! :)

Side-note, I've become a fan of the Meson build system, which is much better at handling platform and specific details. Do you have experience with it? If I port ArtyFX to use it, would that be useful to you?

guysoft commented 6 years ago

I don't have, but I don't really mind, as long as it builds and works I'm good :) Started a zynthian nightly build, it takes 9 hours, will update if it breaks

guysoft commented 6 years ago

Tested, works

harryhaaren commented 6 years ago

Great, thanks for reporting back!