#!/bin/sh # reset pkg-config variables to ensure we're not polluted by host libraries export PKG_CONFIG_DIR= export PKG_CONFIG_PATH= export PKG_CONFIG_SYSROOT_DIR= export PKG_CONFIG_LIBDIR=${DEVKITPRO}/portlibs/3ds/lib/pkgconfig:${DEVKITPRO}/portlibs/armv6k/lib/pkgconfig exec pkg-config "$@"