Add 3DS target to .gitlab-ci.yml

This commit is contained in:
jdgleaver
2020-12-03 12:09:53 +00:00
committed by m4xw
parent 78f7c59d5f
commit e4745d32ec
2 changed files with 15 additions and 8 deletions

View File

@@ -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