summaryrefslogtreecommitdiff
path: root/libagbsyscall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libagbsyscall/Makefile')
-rw-r--r--libagbsyscall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libagbsyscall/Makefile b/libagbsyscall/Makefile
index ba349e9eb..e1f502b2f 100644
--- a/libagbsyscall/Makefile
+++ b/libagbsyscall/Makefile
@@ -8,7 +8,7 @@ COMPARE ?= 0
# files, or use arm-none-eabi binaries on the system
# if dkP is not installed on tihs system
-ifneq ($(TOOLCHAIN),)
+ifneq ($(wildcard $(TOOLCHAIN)/bin),)
export PATH := $(TOOLCHAIN)/bin:$(PATH)
endif