mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 15:29:23 +00:00
(PSP1) Set up INCDIRS correctly
This commit is contained in:
parent
5fb591ecf9
commit
30e5b8500f
@ -19,7 +19,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1)
|
|||||||
WHOLE_END := -Wl,--no-whole-archive
|
WHOLE_END := -Wl,--no-whole-archive
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCDIR = deps/rzlib deps/7zip libretro-common/include
|
INCDIRS = -Ideps/rzlib deps/7zip -Ilibretro-common/include
|
||||||
CFLAGS = $(OPTIMIZE_LV) -G0 -std=gnu99 -ffast-math
|
CFLAGS = $(OPTIMIZE_LV) -G0 -std=gnu99 -ffast-math
|
||||||
ASFLAGS = $(CFLAGS)
|
ASFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ ifeq ($(BIG_STACK), 1)
|
|||||||
CFLAGS += -DBIG_STACK
|
CFLAGS += -DBIG_STACK
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS += $(RARCH_DEFINES)
|
CFLAGS += $(RARCH_DEFINES) $(INCDIRS)
|
||||||
|
|
||||||
|
|
||||||
EXTRA_TARGETS = EBOOT.PBP
|
EXTRA_TARGETS = EBOOT.PBP
|
||||||
|
Loading…
Reference in New Issue
Block a user