Revision: 44460
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44460
Author: nazgul
Date: 2012-02-26 10:51:39 +0000 (Sun, 26 Feb 2012)
Log Message:
-----------
Corrected previous commit.
Modified Paths:
--------------
trunk/blender/build_files/buildbot/slave_compile.py
Modified: trunk/blender/build_files/buildbot/slave_compile.py
===================================================================
--- trunk/blender/build_files/buildbot/slave_compile.py 2012-02-26 10:47:50 UTC
(rev 44459)
+++ trunk/blender/build_files/buildbot/slave_compile.py 2012-02-26 10:51:39 UTC
(rev 44460)
@@ -65,7 +65,7 @@
build_dir = os.path.join('..', 'build', builder)
install_dir = os.path.join('..', 'install', builder)
- common_options = ['BF_INSTALLDIR=' + install_dir]
+ common_options = ['BF_INSTALLDIR=' + install_dir] + scons_options
# Clean install directory so we'll be sure there's no
if os.path.isdir(install_dir):
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs