1
1
Fork 0

cross wii-u: Include $DEVKITPRO/tools/bin in PATH

This commit is contained in:
Jonathan Schleifer 2022-07-14 20:44:29 +00:00
parent 88aea3edb3
commit e580729bf5

2
zshrc
View file

@ -565,7 +565,7 @@ cross() {
return 1
fi
export PATH="$DEVKITPPC/bin:$PATH"
export PATH="$DEVKITPPC/bin:$DEVKITPRO/tools/bin:$PATH"
export cross_host="powerpc-eabi"
export objfw_configure_flags="--with-$1"
;;