[Bf-blender-cvs] [2fd2bced567] master: Buildbot: Correction to previous commit

Sergey Sharybin noreply at git.blender.org
Wed Oct 9 10:37:27 CEST 2019


Commit: 2fd2bced567c5f435f4e71bbef36e7a0155faa7f
Author: Sergey Sharybin
Date:   Wed Oct 9 10:37:09 2019 +0200
Branches: master
https://developer.blender.org/rB2fd2bced567c5f435f4e71bbef36e7a0155faa7f

Buildbot: Correction to previous commit

Off-by-one calculating parent folders.

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

M	build_files/buildbot/config/blender_linux.cmake

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

diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index 812a130ad2c..2047c28deb9 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -27,7 +27,7 @@ set(WITH_PYTHON_INSTALL_REQUESTS ON CACHE BOOL "" FORCE)
 
 # ######## Release environment specific settings ########
 
-set(LIBDIR "${CMAKE_CURRENT_LIST_DIR}/../../../lib/${LIBDIR_NAME}" CACHE STRING "" FORCE)
+set(LIBDIR "${CMAKE_CURRENT_LIST_DIR}/../../../../lib/${LIBDIR_NAME}" CACHE STRING "" FORCE)
 
 # Platform specific configuration, to ensure static linking against everything.



More information about the Bf-blender-cvs mailing list