[Bf-blender-cvs] [30772b6] master: SCons: Weirdly enough at some point scons became broken in OpenSubdiv branch

Sergey Sharybin noreply at git.blender.org
Mon Jul 20 22:44:15 CEST 2015


Commit: 30772b6f094ce3e4fa6931739b403ba0a352a80f
Author: Sergey Sharybin
Date:   Mon Jul 20 22:43:13 2015 +0200
Branches: master
https://developer.blender.org/rB30772b6f094ce3e4fa6931739b403ba0a352a80f

SCons: Weirdly enough at some point scons became broken in OpenSubdiv branch

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

M	build_files/scons/tools/btools.py

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

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 51a2e40..931b557 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -663,7 +663,7 @@ def read_opts(env, cfg, args):
         ('BF_OPENSUBDIV_INC', 'OpenSubdiv include path', ''),
         ('BF_OPENSUBDIV_LIB', 'OpenSubdiv library', ''),
         ('BF_OPENSUBDIV_LIBPATH', 'OpenSubdiv library path', ''),
-        ('BF_OPENSUBDIV_LIB_STATIC', 'OpenSubdiv static library', '')
+        ('BF_OPENSUBDIV_LIB_STATIC', 'OpenSubdiv static library', ''),
 
         (BoolVariable('WITH_BF_CPP11', '"Build with C++11 standard enabled, for development use only!', False)),




More information about the Bf-blender-cvs mailing list