vk: Fix build
Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile to fix it.
This commit is contained in:
@@ -74,8 +74,7 @@ libvulkan_la_SOURCES = \
|
||||
BUILT_SOURCES = \
|
||||
entrypoints.h \
|
||||
entrypoints.c \
|
||||
meta-spirv.h \
|
||||
vk-spirv.h
|
||||
meta-spirv.h
|
||||
|
||||
entrypoints.h : vk_gen.py $(vulkan_include_HEADERS)
|
||||
$(AM_V_GEN)cat $(vulkan_include_HEADERS) | $(PYTHON2) $< header > $@
|
||||
|
||||
Reference in New Issue
Block a user