mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
parent
1a0a924c7d
commit
ad81d0bfa5
2 changed files with 2 additions and 2 deletions
src
|
@ -22,7 +22,7 @@ d3d11_src = [
|
|||
'd3d11_util.cpp',
|
||||
]
|
||||
|
||||
d3d11_dll = shared_library('d3d11_vk', d3d11_src,
|
||||
d3d11_dll = shared_library('d3d11', d3d11_src,
|
||||
name_prefix : '',
|
||||
link_with : [ util_lib ],
|
||||
dependencies : [ dxvk_dep, dxgi_dep, dxbc_dep ],
|
||||
|
|
|
@ -9,7 +9,7 @@ dxgi_src = [
|
|||
'dxgi_swapchain.cpp',
|
||||
]
|
||||
|
||||
dxgi_dll = shared_library('dxgi_vk', dxgi_src,
|
||||
dxgi_dll = shared_library('dxgi', dxgi_src,
|
||||
name_prefix : '',
|
||||
link_with : [ util_lib ],
|
||||
dependencies : [ dxvk_dep ],
|
||||
|
|
Loading…
Add table
Reference in a new issue