Buildbot: -WITHOUT_BF_OVERWRITE_INSTALL should not be needed now

This commit is contained in:
Sergey Sharybin 2013-02-11 13:44:18 +00:00
parent 6888d6eac8
commit eb723ad555
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
BF_BUILDDIR = '../blender-build/linux-glibc211-i686'
BF_INSTALLDIR = '../blender-install/linux-glibc211-i686'
BF_NUMJOBS = 4
WITHOUT_BF_OVERWRITE_INSTALL = True
# Python configuration
BF_PYTHON_VERSION = '3.3'

View File

@ -1,7 +1,6 @@
BF_BUILDDIR = '../blender-build/linux-glibc211-x86_64'
BF_INSTALLDIR = '../blender-install/linux-glibc211-x86_64'
BF_NUMJOBS = 4
WITHOUT_BF_OVERWRITE_INSTALL = True
# Python configuration
BF_PYTHON_VERSION = '3.3'