ensure correct path on windows

This commit is contained in:
Dave Murphy 2018-04-13 03:20:35 +01:00
parent d403a37ba3
commit f5db4fcdab

View File

@ -10,7 +10,8 @@ endif
#---------------------------------------------------------------------------------
# path to tools
#---------------------------------------------------------------------------------
export PATH := $(DEVKITARM)/bin:$(PATH)
DEVKITPATH=$(shell echo "$(DEVKITPRO)" | sed -e 's/^\([a-zA-Z]\):/\/\1/')
export PATH := $(DEVKITPATH)/devkitARM/bin:$(PATH)
#---------------------------------------------------------------------------------
# the prefix on the compiler executables