Skip to content

contrib: don't declare some contrib as native tools

Steve Lhomme requested to merge robUx4/vlc:less-tools into master

PKGS_TOOLS defines tools that are needed for VLC to build. They need to be built even when using contrib prebuilt.

We don't need rustup or rustc (when cross-compiling) to be needed all the time. They will still be built as dependency of rustc-cross, but they won't be listed in the native tools.

Merge request reports