Merge pull request #6 from WinterMute/fix-env-variable

remove unneeded check for CTRULIB
This commit is contained in:
mtheall 2014-11-23 22:21:01 -06:00
commit 76fa3cf421

View 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