Closed issue by MIvanchev on void-packages repository https://github.com/void-linux/void-packages/issues/48034 Description: I'm trying to build LibreSprite here https://github.com/void-linux/void-packages/pull/48030 but the cross-compiling checks are failing because the build depends on a compiled binary. I'm setting `build_helper=qemu` in the template and the host dependency is added but QEMU is not used to run the custom command here: https://github.com/LibreSprite/LibreSprite/blob/v1.0/src/app/CMakeLists.txt#L10. Could it be that the `build_style` script is broken somehow?