mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-18 22:54:15 +01:00
[d3d11] Import dxgi by -l instead of directly specifying library name.
This commit is contained in:
parent
ead2147738
commit
88cda20746
@ -31,7 +31,7 @@ d3d11_src = [
|
||||
d3d11_dll = shared_library('d3d11'+dll_ext, d3d11_src,
|
||||
name_prefix : '',
|
||||
link_with : [ util_lib ],
|
||||
dependencies : [ dxvk_dep, dxgi_dep, dxbc_dep ],
|
||||
dependencies : [ lib_dxgi, dxbc_dep, dxvk_dep ],
|
||||
include_directories : dxvk_include_path,
|
||||
install : true,
|
||||
objects : 'd3d11'+def_spec_ext,
|
||||
|
Loading…
x
Reference in New Issue
Block a user