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)