aboutsummarylogtreecommitdiffstats
path: root/usd_python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'usd_python.patch')
-rw-r--r--usd_python.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/usd_python.patch b/usd_python.patch
index a72d75cd6f0e..8cf7e8fcbbd4 100644
--- a/usd_python.patch
+++ b/usd_python.patch
@@ -7,7 +7,7 @@ index ac570f17e47..505aa97934c 100644
list(APPEND __boost_packages iostreams)
endif()
+ if(WITH_USD)
-+ list(APPEND __boost_packages python27)
++ list(APPEND __boost_packages python)
+ endif()
list(APPEND __boost_packages system)
find_package(Boost 1.48 COMPONENTS ${__boost_packages})