mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Fix Vulkan test core build with includes.
This commit is contained in:
parent
d382e1069e
commit
af52f1532f
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user