????

Your IP : 216.73.217.84


Current Path : /proc/1724857/root/proc/1683224/root/bin/
Upload File :
Current File : //proc/1724857/root/proc/1683224/root/bin/pkg-config

#!/usr/bin/sh

# Multilib safe wrapper for pkg-config to call correct platform-specific version of pkg-config

## Vendored definition of %_target_platform from redhat-rpm-config to avoid depending on it
TARGET_PLATFORM=$(rpm --eval '%{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}')

exec "/usr/bin/${TARGET_PLATFORM}-pkg-config" "$@"