From 09c1ce4bdd7b694a5b68b0754fdc983530e2542a Mon Sep 17 00:00:00 2001 From: "adam@algroup.co.uk" Date: Sat, 27 Feb 2010 09:05:03 +0000 Subject: [PATCH] put arm-eabi compiler back on path for those that have followed devkitpro installation instructions --- common/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Makefile.common b/common/Makefile.common index aa6049e3..eb74c246 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -40,6 +40,7 @@ COPY=cp PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME +PATH := $(PATH):$(DEVKITARM)/bin else -- 2.39.2