mirror of
https://github.com/lifehackerhansol/libnds32.git
synced 2025-06-19 00:55:49 -04:00
Rename libnds9 to libnds329
This commit is contained in:
parent
bd7f6ab854
commit
6dd69dbb17
@ -41,10 +41,10 @@ ASFLAGS = -g $(ARCH)
|
||||
ASFLAGS += $(INCLUDE)
|
||||
|
||||
ifneq ($(BUILD),debug)
|
||||
export ARM9BIN := $(TOPDIR)/lib/libnds9.a
|
||||
export ARM9BIN := $(TOPDIR)/lib/libnds329.a
|
||||
CFLAGS += -DNDEBUG
|
||||
else
|
||||
export ARM9BIN := $(TOPDIR)/lib/libnds9d.a
|
||||
export ARM9BIN := $(TOPDIR)/lib/libnds329d.a
|
||||
CFLAGS += -DDEBUG
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user