f133d7a
diff -ru blender-2.93.3-original/source/blender/io/usd/CMakeLists.txt blender-2.93.3/source/blender/io/usd/CMakeLists.txt
f133d7a
--- blender-2.93.3-original/source/blender/io/usd/CMakeLists.txt	2021-04-20 19:02:39.000000000 -0700
f133d7a
+++ blender-2.93.3/source/blender/io/usd/CMakeLists.txt	2021-08-19 22:52:43.578924282 -0700
f133d7a
@@ -53,6 +53,7 @@
f133d7a
   ${USD_INCLUDE_DIRS}
f133d7a
   ${BOOST_INCLUDE_DIR}
f133d7a
   ${TBB_INCLUDE_DIR}
f133d7a
+  ${PYTHON_INCLUDE_DIRS}
f133d7a
 )
f133d7a
 
f133d7a
 set(SRC
f133d7a
@@ -86,6 +87,8 @@
f133d7a
 
f133d7a
 list(APPEND LIB
f133d7a
   ${BOOST_LIBRARIES}
f133d7a
+  ${PYTHON_LINKFLAGS}
f133d7a
+  ${PYTHON_LIBRARIES}
f133d7a
 )
f133d7a
 
f133d7a
 list(APPEND LIB