meson: Fix OpenCL vendor icd

This commit is contained in:
tsukumi
2023-05-08 12:39:07 +09:00
parent 8f7cd0386e
commit 07432402a8

View File

@@ -226,7 +226,7 @@ foreach name, values : map
custom_target(
'OpenCL vendor icd',
output : 'mali.icd',
command : ['echo', 'libMaliOpenCL.so.1'],
command : ['echo', 'libmali.so.1'],
capture : true,
install_dir : get_option('sysconfdir') / 'OpenCL' / 'vendors',
install : true)