From 687a321be3d9665443c1a23db15ebf9b26aaadd5 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 4 Aug 2015 18:32:21 +0200 Subject: [PATCH] OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV define --- source/blender/modifiers/SConscript | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript index a7d17609ab7..7be295aa1a0 100644 --- a/source/blender/modifiers/SConscript +++ b/source/blender/modifiers/SConscript @@ -76,7 +76,10 @@ if env['WITH_BF_GAMEENGINE']: if env['WITH_BF_INTERNATIONAL']: defs.append('WITH_INTERNATIONAL') - + +if env['WITH_BF_OPENSUBDIV']: + defs.append('WITH_OPENSUBDIV') + if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'): incs.append(env['BF_PTHREADS_INC'])