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

This commit is contained in:
Sergey Sharybin 2015-07-20 22:43:13 +02:00
parent 3d36489672
commit 30772b6f09
Notes: blender-bot 2023-02-14 08:52:06 +01:00
Referenced by issue #45515, Dynamic Paint doesn't work in Solid Shading Mode (only in Textured Mode)
1 changed files with 1 additions and 1 deletions

View File

@ -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)),