|
// On Linux, TBB and GNA libraries has .so.2 soname |
Hi, I compiled the OpenVINO library together with the tbb bundled with openvino. I am on linux (ubuntu and centos) and confirmed that no libtbb.so.2 generated (only libtbb.so -> libtbb.so.12 -> libtbb.so.12.2).
Without changing this line referenced above, the link will fail.