@@ -1027,7 +1027,7 @@ def InstallTBB_Windows(context, force, buildArgs):
10271027 CopyFiles (context , "cmake\\ TBBConfig.cmake" , "lib\\ cmake\\ TBB" )
10281028 CopyFiles (context , "cmake\\ TBBConfigVersion.cmake" , "lib\\ cmake\\ TBB" )
10291029
1030- PatchFile (os .path .join (context .instDir , "lib\\ cmake\\ TBB\\ TBBConfig.cmake" ),
1030+ PatchFile (os .path .join (context .instDir , "lib" , " cmake" , " TBB" , " TBBConfig.cmake" ),
10311031 [
10321032 (
10331033 "# TBBConfigVersion.cmake defines TBB_VERSION" ,
@@ -1170,7 +1170,7 @@ def _RunBuild(arch):
11701170 CopyFiles (context , os .path .join (context .instDir , "cmake" , "TBBConfigVersion.cmake" ),
11711171 os .path .join (context .instDir , "lib" , "cmake" , "TBB" ))
11721172
1173- PatchFile (os .path .join (context .instDir , "lib/ cmake/ TBB/ TBBConfig.cmake" ),
1173+ PatchFile (os .path .join (context .instDir , "lib" , " cmake" , " TBB" , " TBBConfig.cmake" ),
11741174 [
11751175 (
11761176 "# TBBConfigVersion.cmake defines TBB_VERSION" ,
@@ -1246,7 +1246,7 @@ def InstallTBB_Linux(context, force, buildArgs):
12461246 CopyFiles (context , os .path .join (context .instDir , "cmake" , "TBBConfigVersion.cmake" ),
12471247 os .path .join (context .instDir , "lib" , "cmake" , "TBB" ))
12481248
1249- PatchFile (os .path .join (context .instDir , "lib/ cmake/ TBB/ TBBConfig.cmake" ),
1249+ PatchFile (os .path .join (context .instDir , "lib" , " cmake" , " TBB" , " TBBConfig.cmake" ),
12501250 [
12511251 (
12521252 "# TBBConfigVersion.cmake defines TBB_VERSION" ,
0 commit comments