Rename libnds9 to libnds329

This commit is contained in:
lifehackerhansol 2023-04-21 13:38:28 -07:00
parent bd7f6ab854
commit 6dd69dbb17
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -41,10 +41,10 @@ ASFLAGS = -g $(ARCH)
ASFLAGS += $(INCLUDE) ASFLAGS += $(INCLUDE)
ifneq ($(BUILD),debug) ifneq ($(BUILD),debug)
export ARM9BIN := $(TOPDIR)/lib/libnds9.a export ARM9BIN := $(TOPDIR)/lib/libnds329.a
CFLAGS += -DNDEBUG CFLAGS += -DNDEBUG
else else
export ARM9BIN := $(TOPDIR)/lib/libnds9d.a export ARM9BIN := $(TOPDIR)/lib/libnds329d.a
CFLAGS += -DDEBUG CFLAGS += -DDEBUG
endif endif