From e4745d32ec0a99539a69b92560ae66ca76e7747e Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Thu, 3 Dec 2020 12:09:53 +0000 Subject: Add 3DS target to .gitlab-ci.yml --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cad71fa..4d88887 100644 --- a/Makefile +++ b/Makefile @@ -478,7 +478,7 @@ ifeq ($(HAVE_DYNAREC), 1) OBJECTS += 3ds/3ds_utils.o 3ds/3ds_cache_utils.o ifeq ($(strip $(CTRULIB)),) -$(error "Please set CTRULIB in your environment. export CTRULIB=ctrulib") +$(error "Please set CTRULIB in your environment. export CTRULIB=libctru") endif CFLAGS += -I$(CTRULIB)/include -- cgit v1.2.3