New comment by Logarithmus on void-packages repository https://github.com/void-linux/void-packages/pull/31665#issuecomment-869216151 Comment: @ericonr I need your help. Cross builds fail because `zam-plugins` require to run `lv2_ttl_generator` which should be built for a host machine architecture instead of the target one (see [CI run](https://github.com/void-linux/void-packages/pull/31665/checks?check_run_id=2926485359#step:8:639)). How to achieve this? A stupid solution is to replace `$(CC) -> gcc` in [this file](https://github.com/DISTRHO/DPF/blob/08669d1bc30c6e971fde800eade4ca40104ba8b2/utils/lv2-ttl-generator/GNUmakefile), how to do it right?