From 8de343e6a5759e3cceb9578fca45f09e930231f5 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 24 Nov 2014 04:02:54 +0000 Subject: [PATCH] remove unneeded check for CTRULIB --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 6e5cbd0..a483504 100644 --- a/Makefile +++ b/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