programs: Fix building vkd3d-compiler.

Signed-off-by: Philip Rebohle <philip.rebohle@tu-dortmund.de>
This commit is contained in:
Philip Rebohle 2020-07-20 19:22:33 +02:00 committed by Joshie
parent abb8d32642
commit 1a015e134b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
executable('vkd3d-compiler', 'main.c', vkd3d_headers,
dependencies : vkd3d_shader_dep,
dependencies : [ vkd3d_shader_dep, threads_dep ],
include_directories : vkd3d_private_includes,
install : true,
override_options : [ 'c_std='+vkd3d_c_std ])