diff options
author | jdgleaver | 2020-12-03 12:09:53 +0000 |
---|---|---|
committer | m4xw | 2020-12-03 14:05:54 +0100 |
commit | e4745d32ec0a99539a69b92560ae66ca76e7747e (patch) | |
tree | 6a076fd0f7d2b46b4ee8ac3556560e1467359192 /Makefile | |
parent | 78f7c59d5f7d5381c1c4c97367a87cbd68216d18 (diff) | |
download | picogpsp-e4745d32ec0a99539a69b92560ae66ca76e7747e.tar.gz picogpsp-e4745d32ec0a99539a69b92560ae66ca76e7747e.tar.bz2 picogpsp-e4745d32ec0a99539a69b92560ae66ca76e7747e.zip |
Add 3DS target to .gitlab-ci.yml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |