From: Dave Murphy Date: Fri, 21 Nov 2014 09:26:12 +0000 (+0000) Subject: remove temp check for CTRULIB X-Git-Tag: v0.2.0~44 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=57c5473f8ecdb0e8a6c490b257b73676cc5525d6;p=corbenik%2Fctrulib.git remove temp check for CTRULIB --- diff --git a/template/Makefile b/template/Makefile index 568eda2..c4c758e 100644 --- a/template/Makefile +++ b/template/Makefile @@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),) $(error "Please set DEVKITARM in your environment. export DEVKITARM=devkitARM") endif -ifeq ($(strip $(CTRULIB)),) -# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru -$(error "Please set CTRULIB in your environment. export CTRULIB=libctru") -endif - TOPDIR ?= $(CURDIR) include $(DEVKITARM)/3ds_rules