Skip to content

Commit 5de71ec

Browse files
committed
Review comments
1 parent d1c5fa9 commit 5de71ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_scripts/build_usd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)