MOON
Server: LiteSpeed
System: Linux server.mirbax.com 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Mar 3 05:56:39 EST 2025 x86_64
User: rootx13 (1147)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //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" "$@"