(3DS) fix fallback path when CTRULIB wasn't defined.

This commit is contained in:
aliaspider 2016-11-19 18:56:22 +01:00
parent d1ad845c3a
commit 9b69d69d30

View File

@ -101,7 +101,7 @@ $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>dev
endif
ifeq ($(strip $(CTRULIB)),)
CTRULIB = $(DEVKITPRO)/ctrulib
CTRULIB = $(DEVKITPRO)/libctru
endif
APP_TITLE := $(shell echo "$(APP_TITLE)" | cut -c1-128)