Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-10-09 11:37:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-10-09 11:37:09 +0300
commit2fd2bced567c5f435f4e71bbef36e7a0155faa7f (patch)
treea44374ac80637be1cfc8076f21db215da0a78c74 /build_files/buildbot
parent06ff734d4893a8cfbd0ec619accf947b291c8bd3 (diff)
Buildbot: Correction to previous commit
Off-by-one calculating parent folders.
Diffstat (limited to 'build_files/buildbot')
-rw-r--r--build_files/buildbot/config/blender_linux.cmake2
1 files changed, 1 insertions, 1 deletions
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.