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>2016-09-19 17:45:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-10-19 15:26:35 +0300
commit0972786fa46aae0726279698342246d7e5fa7615 (patch)
treef48ee01477ec663ed6241913397c47828849f52f /build_files
parent61ae5f1b2333feff333e7e395b73559c0dc613e1 (diff)
Buildbot: Another attempt to have OSX builder fixed
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 119c9b8eed9..b156e4be327 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