[Bf-blender-cvs] [ab7a1d9] depsgraph_refactor: Fix for scons

Joshua Leung noreply at git.blender.org
Tue Dec 30 00:53:02 CET 2014


Commit: ab7a1d91e552e756801725db431aea499d5020c4
Author: Joshua Leung
Date:   Tue Dec 30 12:52:41 2014 +1300
Branches: depsgraph_refactor
https://developer.blender.org/rBab7a1d91e552e756801725db431aea499d5020c4

Fix for scons

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

M	build_files/scons/tools/btools.py

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

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index e8eb11e..6354cac 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -653,7 +653,7 @@ def read_opts(env, cfg, args):
         ('BF_LLVM_LIBPATH', 'LLVM library path', ''),
         ('BF_LLVM_LIB_STATIC', 'LLVM static library', ''),
 
-        ('BF_PROGRAM_LINKFLAGS', 'Link flags applied only to final binaries (blender and blenderplayer, not makesrna/makesdna)', '')
+        ('BF_PROGRAM_LINKFLAGS', 'Link flags applied only to final binaries (blender and blenderplayer, not makesrna/makesdna)', ''),
 
         (BoolVariable('WITH_BF_LEGACY_DEPSGRAPH', 'Build Blender with legacy dependency graph', True)),
     ) # end of opts.AddOptions()




More information about the Bf-blender-cvs mailing list