]> Chaos Git - corbenik/ctrulib.git/commitdiff
remove temp check for CTRULIB
authorDave Murphy <davem@devkitpro.org>
Fri, 21 Nov 2014 09:26:12 +0000 (09:26 +0000)
committerDave Murphy <davem@devkitpro.org>
Fri, 21 Nov 2014 09:26:12 +0000 (09:26 +0000)
template/Makefile

index 568eda299b0dbb765ebd030c04d84b282878625e..c4c758ea3af42dd7efb4854ae74447f04a5370cc 100644 (file)
@@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
 $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>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=<path to>libctru")
-endif
-
 TOPDIR ?= $(CURDIR)
 include $(DEVKITARM)/3ds_rules