add portlibs bin to path

This commit is contained in:
Dave Murphy 2018-05-14 02:53:17 +01:00
parent 2c5d7c7aa6
commit 582cbfccf0

View File

@ -4,7 +4,9 @@ endif
include $(DEVKITARM)/base_rules
PORTLIBS := $(PORTLIBS_PATH)/armv6k $(PORTLIBS_PATH)/3ds
PORTLIBS := $(PORTLIBS_PATH)/3ds
export PATH := $(PORTLIBS_PATH)/3ds/bin:$(PATH)
CTRULIB ?= $(DEVKITPRO)/libctru