#!/usr/local/bin/bash

export PKG_CONFIG_LIBDIR=$(realpath $(dirname $(realpath ${BASH_SOURCE}))/..)/lib/pkgconfig
pkg-config ffs "$@"
