zshrc: Fix ObjFW flags for Nintendo Switch
This commit is contained in:
parent
e6e414afcc
commit
0a4d71b762
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue