summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjdgleaver2020-12-03 12:09:53 +0000
committerm4xw2020-12-03 14:05:54 +0100
commite4745d32ec0a99539a69b92560ae66ca76e7747e (patch)
tree6a076fd0f7d2b46b4ee8ac3556560e1467359192 /Makefile
parent78f7c59d5f7d5381c1c4c97367a87cbd68216d18 (diff)
downloadpicogpsp-e4745d32ec0a99539a69b92560ae66ca76e7747e.tar.gz
picogpsp-e4745d32ec0a99539a69b92560ae66ca76e7747e.tar.bz2
picogpsp-e4745d32ec0a99539a69b92560ae66ca76e7747e.zip
Add 3DS target to .gitlab-ci.yml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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=<path to>ctrulib")
+$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
endif
CFLAGS += -I$(CTRULIB)/include