#!/bin/sh

# In order to let the pkgconfig tool find its .pc files:
export PKG_CONFIG_DIR=
export PKG_CONFIG_LIBDIR=/opt/netsurf/arm-unknown-riscos/env/lib/pkgconfig:/opt/netsurf/arm-unknown-riscos/env/share/pkgconfig

exec /usr/bin/pkg-config "$@"
