mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Use builtin headers
This commit is contained in:
parent
030841756b
commit
9574a929bc
@ -43,7 +43,7 @@ else
|
|||||||
CFLAGS += -O3
|
CFLAGS += -O3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS += -std=gnu99
|
CFLAGS += -std=gnu99 -I../../gfx/include
|
||||||
OBJECTS := libretro-test.o ../../libretro-common/vulkan/vulkan_symbol_wrapper.o
|
OBJECTS := libretro-test.o ../../libretro-common/vulkan/vulkan_symbol_wrapper.o
|
||||||
CFLAGS += -Wall -pedantic $(fpic)
|
CFLAGS += -Wall -pedantic $(fpic)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user