We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccef83 commit f074bc8Copy full SHA for f074bc8
behavior_tests/src/cmake_dpct_helper_add_mkl_to_target/do_test.py
@@ -36,7 +36,7 @@ def migrate_test():
36
if not ret:
37
print("Error to run cmake configure:", test_config.command_output)
38
39
- ret = call_subprocess("make")
+ ret = call_subprocess("LD_LIBRARY_PATH=${TBBROOT}/${TBBVER}/tbb/${TBB_MAJORVER}/lib:${TBBROOT}/lib:${LD_LIBRARY_PATH} make")
40
41
print("Error to run build process:", test_config.command_output)
42
0 commit comments