From e1e8f189ab6c50e8d0093dfcfdf5e699ba0e6190 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 17 Jul 2022 19:04:10 +0000 Subject: [PATCH] cross switch: Include $DEVKITPRO/tools/bin in PATH --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 8ab00fa..6edc9ab 100644 --- a/zshrc +++ b/zshrc @@ -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" ;;