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" ;;