mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 09:30:13 +01:00
lavapipe: set empty dll prefix
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7208>
This commit is contained in:
parent
e8d63375d2
commit
951f328723
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ libvulkan_lvp = shared_library(
|
|||
gnu_symbol_visibility : 'hidden',
|
||||
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
|
||||
dependencies : driver_swrast,
|
||||
name_prefix : host_machine.system() == 'windows' ? '' : 'lib',
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ icd_file_name = 'libvulkan_lvp.so'
|
|||
module_dir = join_paths(get_option('prefix'), get_option('libdir'))
|
||||
if with_platform_windows
|
||||
module_dir = join_paths(get_option('prefix'), get_option('bindir'))
|
||||
icd_file_name = 'libvulkan_lvp.dll'
|
||||
icd_file_name = 'vulkan_lvp.dll'
|
||||
endif
|
||||
|
||||
lvp_icd = custom_target(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue