mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
Update DEVKITPRO to DEVKITA64
Hopefully the last one :)
This commit is contained in:
parent
dff4704b6f
commit
3e495028d5
@ -1,12 +1,12 @@
|
||||
ifeq ($(strip $(DEVKITPRO)),)
|
||||
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro)
|
||||
ifeq ($(strip $(DEVKITA64)),)
|
||||
$(error "Please set DEVKITA64 in your environment. export DEVKITA64=<path to>devkitA64)
|
||||
endif
|
||||
|
||||
include $(DEVKITA64)/base_rules
|
||||
|
||||
PORTLIBS := $(PORTLIBS_PATH)/armv8-a $(PORTLIBS_PATH)/switch
|
||||
|
||||
LIBNX ?= $(DEVKITPRO)/libnx
|
||||
LIBNX ?= $(DEVKITA64)/libnx
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.pfs0: %.nso
|
||||
|
Loading…
Reference in New Issue
Block a user