[d3d11] Import dxgi by -l instead of directly specifying library name.

This commit is contained in:
Jacek Caban 2018-07-18 02:35:20 +02:00 committed by Philip Rebohle
parent ead2147738
commit 88cda20746
1 changed files with 1 additions and 1 deletions

View File

@ -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,