From e580729bf5ee8270331a485dc29395a826cd0c5b Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 14 Jul 2022 20:44:29 +0000 Subject: [PATCH] cross wii-u: Include $DEVKITPRO/tools/bin in PATH --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index e335edf..352aef7 100644 --- a/zshrc +++ b/zshrc @@ -565,7 +565,7 @@ cross() { return 1 fi - export PATH="$DEVKITPPC/bin:$PATH" + export PATH="$DEVKITPPC/bin:$DEVKITPRO/tools/bin:$PATH" export cross_host="powerpc-eabi" export objfw_configure_flags="--with-$1" ;;