summaryrefslogtreecommitdiff
path: root/libre-testing/pkgconf/platform-pkg-config.in
blob: 4a6f2b5753047d3da15731df38dc986dc39df873 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Simple wrapper to tell pkgconf to behave as a platform-specific version of pkg-config
# Platform: @TARGET_PLATFORM@

: ${PKG_CONFIG_LIBDIR=@PKGCONF_LIBDIRS@}
: ${PKG_CONFIG_SYSTEM_LIBRARY_PATH=@PKGCONF_SYSLIBDIR@} 
: ${PKG_CONFIG_SYSTEM_INCLUDE_PATH=@PKGCONF_SYSINCDIR@}
export PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_LIBRARY_PATH PKG_CONFIG_SYSTEM_INCLUDE_PATH

exec pkgconf "$@"