From 0a4d71b762b9a3ffc2076bf67f3dd6a212dc6140 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 10 Apr 2023 18:30:33 +0000 Subject: [PATCH] zshrc: Fix ObjFW flags for Nintendo Switch --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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