mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +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
|
||||
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
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
@ -45,7 +45,7 @@ ifeq ($(BIG_STACK), 1)
|
||||
CFLAGS += -DBIG_STACK
|
||||
endif
|
||||
|
||||
CFLAGS += $(RARCH_DEFINES) $(INCDIRS)
|
||||
CFLAGS += $(RARCH_DEFINES)
|
||||
|
||||
|
||||
EXTRA_TARGETS = EBOOT.PBP
|
||||
|
Loading…
x
Reference in New Issue
Block a user