[Bf-blender-cvs] [7d63ea4] master: Buildbot: Another attempt to have OSX builder fixed

Sergey Sharybin noreply at git.blender.org
Mon Sep 19 16:45:20 CEST 2016


Commit: 7d63ea4a1c0eceb2eee04a7829419180cf9cbdc5
Author: Sergey Sharybin
Date:   Mon Sep 19 16:45:08 2016 +0200
Branches: master
https://developer.blender.org/rB7d63ea4a1c0eceb2eee04a7829419180cf9cbdc5

Buildbot: Another attempt to have OSX builder fixed

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 119c9b8..b156e4b 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -75,6 +75,7 @@ if 'cmake' in builder:
         cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/bin/nvcc')
         cmake_extra_options.append('-DCUDA_NVCC8_EXECUTABLE=/usr/local/cuda8-hack/bin/nvcc')
         cmake_extra_options.append('-DWITH_CODEC_QUICKTIME=OFF')
+        cmake_extra_options.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.6')
         build_cubins = False




More information about the Bf-blender-cvs mailing list