Skip to content

Commit f074bc8

Browse files
Added TBB lib path to the env during make
1 parent 7ccef83 commit f074bc8

File tree

1 file changed

+1
-1
lines changed
  • behavior_tests/src/cmake_dpct_helper_add_mkl_to_target

1 file changed

+1
-1
lines changed

behavior_tests/src/cmake_dpct_helper_add_mkl_to_target/do_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def migrate_test():
3636
if not ret:
3737
print("Error to run cmake configure:", test_config.command_output)
3838

39-
ret = call_subprocess("make")
39+
ret = call_subprocess("LD_LIBRARY_PATH=${TBBROOT}/${TBBVER}/tbb/${TBB_MAJORVER}/lib:${TBBROOT}/lib:${LD_LIBRARY_PATH} make")
4040
if not ret:
4141
print("Error to run build process:", test_config.command_output)
4242

0 commit comments

Comments
 (0)