rtems-source-builder/source-builder/aarch64-linux-gnu-pkg-config
Kinsey Moore 4dad5b3e5f source-builder: Handle modern pkg-config symlinks
Modern versions of pkg-config include new architecture-specific symlinks
that are sometimes checked before "pkg-config". This causes builds to
detect the system pkg-config instead of the local overridden pkg-config
and fail to build properly. This overrides those new symlinks to restore
build functionality.
2024-02-04 22:54:48 -06:00

4 lines
57 B
Bash
Executable File

#! /bin/sh
base=$(dirname $0)
exec ${base}/pkg-config $*