diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ CPP := $(DEVKITPPC)/bin/powerpc-eabi-cpp -P CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc.exe LD := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwldeppc.exe -INCLUDES := -i include/ +INCLUDES := -i include -i include/dolphin -i include/libc ASM_INCLUDES := -I include/ ifdef LD_TEST |