Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-07-20 23:43:13 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-20 23:43:13 +0300
commit30772b6f094ce3e4fa6931739b403ba0a352a80f (patch)
tree9e9e7ae1facd85dee8248587153ec1a19ca81635 /build_files
parent3d364896725db8336d785ba6cf977b62c0f2c0ce (diff)
SCons: Weirdly enough at some point scons became broken in OpenSubdiv branch
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 51a2e40794d..931b557c248 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)),