anv: Use @LIB_DIR@ in anv_icd.json

Otherwise we may get a lib vs lib64 mismatch.
This commit is contained in:
Kristian Høgsberg Kristensen
2016-02-02 14:35:40 -08:00
parent fd99f3d658
commit 5a06bac4a0
+1 -1
View File
@@ -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"
}
}