cross wii-u: Include $DEVKITPRO/tools/bin in PATH
This commit is contained in:
parent
88aea3edb3
commit
e580729bf5
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue