cross switch: Include $DEVKITPRO/tools/bin in PATH
This commit is contained in:
parent
6ecdbc44c1
commit
e1e8f189ab
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -551,7 +551,7 @@ cross() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
export PATH="$DEVKITA64/bin:$PATH"
|
||||
export PATH="$DEVKITA64/bin:$DEVKITPRO/tools/bin:$PATH"
|
||||
export cross_host="aarch64-none-elf"
|
||||
export objfw_configure_flags="--with-nintendo-switch"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue