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:
parent
bb5b588d23
commit
8728e6e101
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user