mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
adding agbcc include path
For some reason the headers for agbcc are being installed in tools/agbcc instead of tools/agbcc/include. This is a simple (potentially temporary) workaround.
This commit is contained in:
parent
0b574eb01c
commit
9766108fbc
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ ASFLAGS := -mcpu=arm7tdmi
|
||||
CC1 := tools/agbcc/bin/agbcc
|
||||
override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm
|
||||
|
||||
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef
|
||||
CPPFLAGS := -I tools/agbcc/include -I tools/agbcc -iquote include -nostdinc -undef
|
||||
|
||||
LDFLAGS = -Map ../../$(MAP)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user