Fixed incorrect path to TBB (#9151)

This commit is contained in:
Ilya Churaev 2021-12-10 20:38:24 +03:00 committed by GitHub
parent 74f6cf3726
commit a984b8d6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ def find_ie_version(silent=False):
"libs": [
os.path.join(script_path, '../../../../../../bin/intel64'),
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'),
]
},
]