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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-06 07:16:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-06 07:16:12 +0400
commite74e2450304bde73b015d87c256b310ba6c641a6 (patch)
treecc4462c67752f3f62ae2a3607bcb58269a59e602 /source/blender/makesrna/intern/SConscript
parent7495757553fe16d64dca7fa868845939edbbb06d (diff)
parentfa32395b33f084d5c6c9d8026fd7d53335c9b41a (diff)
svn merge -r39890:39951 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index 23db6ede320..e1aaab262ac 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -71,7 +71,7 @@ if env['WITH_BF_GAMEENGINE']:
defs.append('WITH_GAMEENGINE')
if env['WITH_BF_FFTW3']:
- defs.append('FFTW3=1')
+ defs.append('WITH_FFTW3')
if env['WITH_BF_SDL']:
defs.append('WITH_SDL')