Update DEVKITPRO to DEVKITA64

Hopefully the last one :)
This commit is contained in:
socraticbliss 2017-09-20 10:42:43 -05:00 committed by GitHub
parent dff4704b6f
commit 3e495028d5

View File

@ -1,12 +1,12 @@
ifeq ($(strip $(DEVKITPRO)),) ifeq ($(strip $(DEVKITA64)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro) $(error "Please set DEVKITA64 in your environment. export DEVKITA64=<path to>devkitA64)
endif endif
include $(DEVKITA64)/base_rules include $(DEVKITA64)/base_rules
PORTLIBS := $(PORTLIBS_PATH)/armv8-a $(PORTLIBS_PATH)/switch PORTLIBS := $(PORTLIBS_PATH)/armv8-a $(PORTLIBS_PATH)/switch
LIBNX ?= $(DEVKITPRO)/libnx LIBNX ?= $(DEVKITA64)/libnx
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
%.pfs0: %.nso %.pfs0: %.nso