Buildbot: Another attempt to have OSX builder fixed

This commit is contained in:
Sergey Sharybin 2016-09-19 16:45:08 +02:00
parent 12680d36f5
commit 7d63ea4a1c
1 changed files with 1 additions and 0 deletions

View File

@ -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