Update submodule.
This commit is contained in:
parent
3264cd4720
commit
08aea4bf61
2 changed files with 7 additions and 7 deletions
12
Makefile
12
Makefile
|
@ -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
|
Loading…
Reference in a new issue