Added rpath for TBB libs to find hwloc (#16788)

This commit is contained in:
Ilya Lavrenov
2023-04-06 20:33:32 +04:00
committed by GitHub
parent 5ccc743707
commit d2deae225a

View File

@@ -98,6 +98,7 @@ LIB_INSTALL_CFG = {
"name": "tbb",
"prefix": "libs.tbb",
"install_dir": TBB_LIBS_DIR,
"rpath": LIBS_RPATH,
"binary_dir": OPENVINO_BUILD_DIR,
},
"pugixml_libs": {