Skip to content

Commit 25433ba

Browse files
authored
[SYCL] Address renaming tbbdll -> tbb12.dll (#3654)
1 parent 5c41ed6 commit 25433ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/tools/install.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ echo ### 4. Create symbolink links to TBB files in %OCL_RT_DIR%tbb
117117
echo ###
118118
if "%1" == "" (
119119
echo No TBB libraries path is specified
120-
echo Create symbolic link or copy tbb.dll and tbbmalloc.tbb to %OCL_RT_DIR%tbb\ after installation
120+
echo Create symbolic link or copy tbb12.dll and tbbmalloc.tbb to %OCL_RT_DIR%tbb\ after installation
121121
) else (
122122
IF EXIST %OCL_RT_DIR%tbb (
123123
rmdir %OCL_RT_DIR%tbb
@@ -133,9 +133,9 @@ echo on
133133
echo !!! Cannot create symbolic link for tbbmalloc.dll
134134
set INSTALL_ERRORS=1
135135
)
136-
mklink %OCL_RT_DIR%tbb\tbb.dll %1\tbb.dll
136+
mklink %OCL_RT_DIR%tbb\tbb12.dll %1\tbb12.dll
137137
IF ERRORLEVEL 1 (
138-
echo !!! Cannot create symbolic link for tbb.dll
138+
echo !!! Cannot create symbolic link for tbb12.dll
139139
set INSTALL_ERRORS=1
140140
)
141141
echo off

0 commit comments

Comments
 (0)