1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 19:24:10 +01:00

[d3d11] Build with DXBC compiler

This commit is contained in:
Philip Rebohle 2017-10-16 17:50:39 +02:00
parent bb5b588d23
commit 8728e6e101

View File

@ -8,7 +8,7 @@ d3d11_src = [
d3d11_dll = shared_library('d3d11', d3d11_src,
name_prefix : '',
link_with : [ util_lib ],
dependencies : [ dxvk_dep, dxgi_dep ],
dependencies : [ dxvk_dep, dxgi_dep, dxbc_dep ],
include_directories : dxvk_include_path,
install : true)