summaryrefslogtreecommitdiffstats
path: root/source-builder/aarch64-linux-gnu-pkg-config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* source-builder: Handle modern pkg-config symlinksKinsey Moore2024-02-041-0/+3
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.