mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
Revert "(PSP1) Set up INCDIRS correctly"
This reverts commit 30e5b8500fceaff487e58da95c960b9637a7af5d.
This commit is contained in:
parent
30e5b8500f
commit
603b6eaf86
@ -19,7 +19,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1)
|
|||||||
WHOLE_END := -Wl,--no-whole-archive
|
WHOLE_END := -Wl,--no-whole-archive
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCDIRS = -Ideps/rzlib deps/7zip -Ilibretro-common/include
|
INCDIR = deps/rzlib deps/7zip libretro-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) $(INCDIRS)
|
CFLAGS += $(RARCH_DEFINES)
|
||||||
|
|
||||||
|
|
||||||
EXTRA_TARGETS = EBOOT.PBP
|
EXTRA_TARGETS = EBOOT.PBP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user