1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctruLua/libs/3ds_portlibs/arm-none-eabi-pkg-config
2017-05-23 21:49:03 +02:00

11 lines
No EOL
296 B
Bash
Executable file

#!/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 "$@"