Skip to content

Commit

Permalink
Fix inadevertent typo from removing vs2015 support
Browse files Browse the repository at this point in the history
Fixes #2007

(Internal change: 2257891)
  • Loading branch information
meshula authored and pixar-oss committed Jan 3, 2023
1 parent 4038e9e commit 6c2df0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def InstallBoost_Helper(context, force, buildArgs):
b2_settings.append("toolset=msvc-14.3")
elif IsVisualStudio2019OrGreater():
b2_settings.append("toolset=msvc-14.2")
else IsVisualStudio2017OrGreater():
elif IsVisualStudio2017OrGreater():
b2_settings.append("toolset=msvc-14.1")

if MacOS():
Expand Down

0 comments on commit 6c2df0d

Please sign in to comment.