Fixed incorrect path to TBB (#9151)
This commit is contained in:
parent
74f6cf3726
commit
a984b8d6ba
@ -106,7 +106,7 @@ def find_ie_version(silent=False):
|
|||||||
"libs": [
|
"libs": [
|
||||||
os.path.join(script_path, '../../../../../../bin/intel64'),
|
os.path.join(script_path, '../../../../../../bin/intel64'),
|
||||||
os.path.join(script_path, '../../../../../../bin/intel64/Debug'),
|
os.path.join(script_path, '../../../../../../bin/intel64/Debug'),
|
||||||
os.path.join(script_path, '../../../../../../temp/temp/tbb/bin'),
|
os.path.join(script_path, '../../../../../../temp/tbb/bin'),
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user