1
1
Fork 0

zshrc: Fix ObjFW flags for Nintendo Switch

This commit is contained in:
Jonathan Schleifer 2023-04-10 18:30:33 +00:00
parent e6e414afcc
commit 0a4d71b762

2
zshrc
View file

@ -591,7 +591,7 @@ cross() {
export PATH="$DEVKITA64/bin:$DEVKITPRO/tools/bin:$PATH"
export cross_host="aarch64-none-elf"
export objfw_configure_flags="--with-$1"
export objfw_configure_flags="--with-nintendo-switch"
;;
wii | wii-u)
if [ -z "$DEVKITPRO" ]; then