From 9b69d69d30c4d51a8216c19a5d020b84c883b992 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 19 Nov 2016 18:56:22 +0100 Subject: [PATCH] (3DS) fix fallback path when CTRULIB wasn't defined. --- Makefile.ctr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ctr b/Makefile.ctr index 61e8d2a019..a5f9939eb5 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -101,7 +101,7 @@ $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=dev endif ifeq ($(strip $(CTRULIB)),) - CTRULIB = $(DEVKITPRO)/ctrulib + CTRULIB = $(DEVKITPRO)/libctru endif APP_TITLE := $(shell echo "$(APP_TITLE)" | cut -c1-128)