From cce0b7ac3052be332eb0ee958cdcd9f41c3fa90a Mon Sep 17 00:00:00 2001 From: Nichole Mattera Date: Thu, 18 Apr 2019 19:07:02 -0400 Subject: [PATCH] Needed switch_rules to get the portlibs folder. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8abfdd..5a3082e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifeq ($(strip $(DEVKITPRO)),) $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=/devkitpro") endif -include $(DEVKITPRO)/devkitA64/base_rules +include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- # TARGET is the name of the output