mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 20:52:11 +01:00
[build] Remove dead lib_d3dcompiler_43.
Fixes MSVC build.
This commit is contained in:
parent
c72c6ec6ed
commit
b96947107a
@ -63,16 +63,9 @@ if platform == 'windows'
|
||||
]
|
||||
endif
|
||||
|
||||
if (cpu_family == 'x86_64')
|
||||
dxvk_library_path = meson.current_source_dir() + '/lib'
|
||||
else
|
||||
dxvk_library_path = meson.current_source_dir() + '/lib32'
|
||||
endif
|
||||
|
||||
lib_d3d9 = cpp.find_library('d3d9')
|
||||
lib_d3d11 = cpp.find_library('d3d11')
|
||||
lib_dxgi = cpp.find_library('dxgi')
|
||||
lib_d3dcompiler_43 = cpp.find_library('d3dcompiler_43', dirs : dxvk_library_path)
|
||||
|
||||
if dxvk_is_msvc
|
||||
lib_d3dcompiler_47 = cpp.find_library('d3dcompiler')
|
||||
|
Loading…
x
Reference in New Issue
Block a user