Commit: e13dc57d6ab665a65b077ddb706e1aa5130a450e
Author: Ray Molenkamp
Date:   Wed Oct 19 07:36:35 2022 -0600
Branches: tmp_libs_34
https://developer.blender.org/rBe13dc57d6ab665a65b077ddb706e1aa5130a450e

deps_builder: add missing zlib dep to python

caused a build error in a clean build folder
on windows due to the lib not being there yet.

===================================================================

M       build_files/build_environment/cmake/python.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/python.cmake 
b/build_files/build_environment/cmake/python.cmake
index b9b96457af1..61651cef7d5 100644
--- a/build_files/build_environment/cmake/python.cmake
+++ b/build_files/build_environment/cmake/python.cmake
@@ -38,7 +38,10 @@ if(WIN32)
     BUILD_COMMAND cd ${BUILD_DIR}/python/src/external_python/pcbuild/ && set 
IncludeTkinter=false && call build.bat -e -p x64 -c ${BUILD_MODE}
     INSTALL_COMMAND ${PYTHON_BINARY_INTERNAL} ${PYTHON_SRC}/PC/layout/main.py 
-b ${PYTHON_SRC}/PCbuild/amd64 -s ${PYTHON_SRC} -t ${PYTHON_SRC}/tmp/ 
--include-stable --include-pip --include-dev --include-launchers  
--include-venv --include-symbols ${PYTHON_EXTRA_INSTLAL_FLAGS} --copy 
${LIBDIR}/python
   )
-
+  add_dependencies(
+    external_python
+    external_zlib
+  )
 else()
   if(APPLE)
     # Disable functions that can be in 10.13 sdk but aren't available on 10.9 
target.

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to