diff --git a/zshrc b/zshrc index ed0c6e2..196ecdf 100644 --- a/zshrc +++ b/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