mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-22 10:24:37 -05:00
fix problems building on 64-bit Linux
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ CC1 := tools/agbcc/bin/agbcc
|
||||
CFLAGS := -mthumb-interwork -O2
|
||||
|
||||
CPP := cpp
|
||||
CPPFLAGS := -I tools/agbcc/include -iquote include
|
||||
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef
|
||||
|
||||
LD := $(DEVKITARM)/bin/arm-none-eabi-ld
|
||||
LDFLAGS := -T ld_script.txt -T iwram_syms.txt -T ewram_syms.txt
|
||||
|
||||
Reference in New Issue
Block a user