add portlibs bin to path (#67)

This commit is contained in:
Dave Murphy 2018-03-30 20:06:47 +01:00 committed by yellows8
parent 7f158396ad
commit cd6c96ab99

View File

@ -5,6 +5,7 @@ endif
include $(DEVKITPRO)/devkitA64/base_rules
PORTLIBS := $(PORTLIBS_PATH)/switch
PATH := $(PORTLIBS)/bin:$(PATH)
LIBNX ?= $(DEVKITPRO)/libnx