mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Back in commit025b863e6f, the option BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS was introduced, to separate the option that host packages needing Rust should depend on (BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS) from the option that target packages needing Rust should depend on (BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS). Since the example in the manual is showing a target package, we must use BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Sam Voss <sam.voss@gmail.com> Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitedee45b843) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>