Update submodule.

This commit is contained in:
Steven Smith 2016-02-06 16:54:28 -08:00
parent 3264cd4720
commit 08aea4bf61
2 changed files with 7 additions and 7 deletions

View file

@ -4,13 +4,13 @@ TARGET := PC
LIBRARY := 0
ifeq ($(TARGET),3DS)
ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro")
endif
ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro")
endif
ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif
ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif
endif
# COMMON CONFIGURATION #

@ -1 +1 @@
Subproject commit ed1f7f74cadc49ab1f9654a8e02968ac0899a702
Subproject commit 1a647bdd8006cdf679f09f3907240c46c0399a90