mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Pass on INSTALL_PROGRAM to configure since starting with version 8.26 when building natively it tries to use the self-built install to install, and when cross-compiling it expects INSTALL_PROGRAM to point to a real install, or otherwise fails when recursively trying to expand it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>