0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-09-28 06:42:34 +00:00
Files
Lakka-LibreELEC/scripts/pkgjson
Tomáš Kelemen (vudiq) 37d3901ca9 pkgjson: exclude dependencies based on TARGET_ARCH
When a package is included, that will not be built based on the
PKG_ARCH, e.g. package is for x86_64 only, but target is aarch64, the
dependencies of this (omitted) package will be pulled into the build,
which can waste time/resources.

This change checks if the PKG_ARCH excludes the package from building
(same as e.g. scripts/build does) and clears the dependencies of such
package.
2025-02-07 07:54:13 +01:00

1.9 KiB
Executable File