From 434c1e6df82a082fe03034a3ad3825f7b50ea533 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 3 Jan 2012 04:03:41 +0000 Subject: Remesh Modifier: * Fix for Campbell's "option to build without remesh modifier for cmake and scons" commit, this broke scons! --- source/blender/modifiers/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript index ce413faec86..03fcee399bd 100644 --- a/source/blender/modifiers/SConscript +++ b/source/blender/modifiers/SConscript @@ -14,10 +14,10 @@ incs += ' ' + env['BF_ZLIB_INC'] defs = [] if env ['WITH_BF_BOOLEAN']: - incs += ' #/intern/dualcon' defs.append('WITH_MOD_BOOLEAN') if env['WITH_BF_REMESH']: + incs += ' #/intern/dualcon' defs.append('WITH_MOD_REMESH') if env ['WITH_BF_DECIMATE']: -- cgit v1.2.3