File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ echo ### 4. Create symbolink links to TBB files in %OCL_RT_DIR%tbb
117
117
echo ###
118
118
if " %1 " == " " (
119
119
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
121
121
) else (
122
122
IF EXIST %OCL_RT_DIR% tbb (
123
123
rmdir %OCL_RT_DIR% tbb
@@ -133,9 +133,9 @@ echo on
133
133
echo !!! Cannot create symbolic link for tbbmalloc.dll
134
134
set INSTALL_ERRORS = 1
135
135
)
136
- mklink %OCL_RT_DIR% tbb\tbb .dll %1 \tbb .dll
136
+ mklink %OCL_RT_DIR% tbb\tbb12 .dll %1 \tbb12 .dll
137
137
IF ERRORLEVEL 1 (
138
- echo !!! Cannot create symbolic link for tbb .dll
138
+ echo !!! Cannot create symbolic link for tbb12 .dll
139
139
set INSTALL_ERRORS = 1
140
140
)
141
141
echo off
You can’t perform that action at this time.
0 commit comments