mirror of
https://github.com/libretro/RetroArch
synced 2024-12-26 21:29:08 +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
|
||||
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
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
@ -45,7 +45,7 @@ ifeq ($(BIG_STACK), 1)
|
||||
CFLAGS += -DBIG_STACK
|
||||
endif
|
||||
|
||||
CFLAGS += $(RARCH_DEFINES)
|
||||
CFLAGS += $(RARCH_DEFINES) $(INCDIRS)
|
||||
|
||||
|
||||
EXTRA_TARGETS = EBOOT.PBP
|
||||
|
Loading…
Reference in New Issue
Block a user