From cd6c96ab994f0c6c3ebfb29b3a07262bec90b677 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 30 Mar 2018 20:06:47 +0100 Subject: [PATCH] add portlibs bin to path (#67) --- nx/switch_rules | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/switch_rules b/nx/switch_rules index c5a570fa..dd83def4 100644 --- a/nx/switch_rules +++ b/nx/switch_rules @@ -5,6 +5,7 @@ endif include $(DEVKITPRO)/devkitA64/base_rules PORTLIBS := $(PORTLIBS_PATH)/switch +PATH := $(PORTLIBS)/bin:$(PATH) LIBNX ?= $(DEVKITPRO)/libnx