From d1256e5d9aa7ef098d088bc67aea56484b3f2cf8 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 30 Mar 2018 00:18:47 +0100 Subject: [PATCH] add portlibs bin to path --- 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