1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

(Vita) Update INCLUDE_DIRS

This commit is contained in:
twinaphex 2019-07-25 14:31:01 +02:00
parent 5047d6e709
commit 4f419e6b92

View File

@ -12,6 +12,7 @@ PC_DEVELOPMENT_UDP_PORT =
OBJ :=
DEFINES :=
INCDIRS :=
ifeq ($(GRIFFIN_BUILD), 1)
OBJ += griffin/griffin.o
@ -21,6 +22,7 @@ ifeq ($(GRIFFIN_BUILD), 1)
ifeq ($(DEBUG), 1)
DEFINES += -DHAVE_NETLOGGER
endif
INCDIRS += -I. -Ideps/libz -Ideps/7zip -Ilibretro-common/include -Ideps/stb
else
HAVE_NEON := 1
@ -60,6 +62,7 @@ else
CFLAGS += $(DEF_FLAGS)
BLACKLIST :=
OBJ := $(filter-out $(BLACKLIST),$(OBJ))
INCDIRS += $(INCLUDE_DIRS)
endif
ifeq ($(strip $(VITASDK)),)
@ -79,7 +82,6 @@ STRIP := $(PREFIX)strip
NM := $(PREFIX)nm
LD := $(CXX)
INCDIRS := -I. -Ideps/libz -Ideps/7zip -Ilibretro-common/include -Ideps/stb
LIBDIRS := -L.
ARCHFLAGS := -march=armv7-a -mfpu=neon -mfloat-abi=hard -DVITA