mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 16:59:30 +00:00
Added CIA, bugfixes, portlibs update
This commit is contained in:
parent
2725dce383
commit
b19ec95cc7
14 changed files with 757 additions and 158 deletions
11
libs/3ds_portlibs/arm-none-eabi-pkg-config
Executable file
11
libs/3ds_portlibs/arm-none-eabi-pkg-config
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue