diff --git a/nx/Makefile b/nx/Makefile index 91d8ca49..57d1a81d 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -2,11 +2,11 @@ .SUFFIXES: #--------------------------------------------------------------------------------- -ifeq ($(strip $(DEVKITA64)),) -$(error "Please set DEVKITA64 in your environment. export DEVKITA64=devkitA64") +ifeq ($(strip $(DEVKITPRO)),) +$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=/devkitpro") endif -include $(DEVKITA64)/base_rules +include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 1 export LIBNX_MINOR := 0