mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-24 03:14:05 -05:00
add tools path
This commit is contained in:
@@ -12,7 +12,7 @@ endif
|
||||
# path to tools
|
||||
#---------------------------------------------------------------------------------
|
||||
DEVKITPATH=$(shell echo "$(DEVKITPRO)" | sed -e 's/^\([a-zA-Z]\):/\/\1/')
|
||||
export PATH := $(DEVKITPATH)/devkitA64/bin:$(PATH)
|
||||
export PATH := $(DEVKITPATH)/tools/bin:$(DEVKITPATH)/devkitA64/bin:$(PATH)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# add portlibs path
|
||||
|
||||
Reference in New Issue
Block a user