1
1
Fork 0

cross switch: Include $DEVKITPRO/tools/bin in PATH

This commit is contained in:
Jonathan Schleifer 2022-07-17 19:04:10 +00:00
parent 6ecdbc44c1
commit e1e8f189ab

2
zshrc
View file

@ -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"
;;