From 039ccef286b4dc92cc91d543b925c84f5f4f9932 Mon Sep 17 00:00:00 2001 From: nop90 Date: Mon, 18 Sep 2017 09:41:18 +0200 Subject: [PATCH] fixed bin path --- buildscripts/base_tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/base_tools b/buildscripts/base_tools index f0864823..d322ce3a 100644 --- a/buildscripts/base_tools +++ b/buildscripts/base_tools @@ -10,7 +10,7 @@ endif #--------------------------------------------------------------------------------- # path to tools #--------------------------------------------------------------------------------- -export PATH := $(DEVKITARM)/bin:$(PATH) +export PATH := $(DEVKITA64)/bin:$(PATH) #--------------------------------------------------------------------------------- # the prefix on the compiler executables