anv: Use @LIB_DIR@ in anv_icd.json
Otherwise we may get a lib vs lib64 mismatch.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"file_format_version": "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "@abs_top_builddir@/lib/libvulkan.so.0.0.0",
|
||||
"library_path": "@abs_top_builddir@/@LIB_DIR@/libvulkan.so.0.0.0",
|
||||
"abi_versions": "0.210.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user