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:
-rw-r--r--extern/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 6612d38f4cf..ce425ef9579 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -31,3 +31,5 @@ if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '':
if env['OURPLATFORM'] == 'linux2':
SConscript(['binreloc/SConscript']);
+
+SConscript(['fftw/SConscript'])