summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper
blob: fc9b48803fc41a8d21c030290ff1019d5eef879f (plain)
1
2
3
4
5
6
7
#!/bin/sh
# pkgconf wrapper to deal with pkg-config/pkgconf compatibility issues
#
# Copyright (C) 2015 Christopher Larson <chris_larson@mentor.com>
# License: MIT (see COPYING.MIT at the root of the repository for terms)

exec pkgconf "$@"