mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-13 13:56:56 -05:00
use builddir variable
This commit is contained in:
2
Makefile
2
Makefile
@@ -245,7 +245,7 @@ build/src/libultra/io/gbpakreadwrite.c.o: CC := $(CC_OLD)
|
||||
build/src/libultra/io/gbpakselectbank.c.o: CC := $(CC_OLD)
|
||||
|
||||
# run ASM-processor on non-libultra source files
|
||||
DECOMP_C_OBJS := $(filter %.c.o,$(filter-out build/src/libultra%,$(O_FILES)))
|
||||
DECOMP_C_OBJS := $(filter %.c.o,$(filter-out $(BUILD_DIR)/src/libultra%,$(O_FILES)))
|
||||
$(DECOMP_C_OBJS): CC := $(ASMPROC) $(ASMPROC_FLAGS) $(CC) -- $(AS) $(ASFLAGS) --
|
||||
|
||||
# turn off syntax checking errors for libultra
|
||||
|
||||
Reference in New Issue
Block a user