Fix Vulkan test core build with includes.

This commit is contained in:
Hans-Kristian Arntzen 2016-07-07 16:56:07 +00:00
parent d382e1069e
commit af52f1532f

View File

@ -43,7 +43,7 @@ else
CFLAGS += -O3
endif
CFLAGS += -std=gnu99
CFLAGS += -std=gnu99 -I../../gfx/include
OBJECTS := libretro-test.o ../../libretro-common/vulkan/vulkan_symbol_wrapper.o
CFLAGS += -Wall -pedantic $(fpic)