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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-10-01 21:02:38 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-10-01 21:02:38 +0400
commit611b4b383ab56c92a3d09e670773cb66a7b61ad6 (patch)
tree3ffbdba88e867edfb1c864df4ea12d462b48d2cd /extern/SConscript
parent0caa92a49c0cf182c64bfc7729fa89b5d56b5670 (diff)
Disable building of fftw
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/SConscript b/extern/SConscript
index ce425ef9579..4c892e1956d 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -32,4 +32,5 @@ if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '':
if env['OURPLATFORM'] == 'linux2':
SConscript(['binreloc/SConscript']);
-SConscript(['fftw/SConscript'])
+# FFTW not needed atm - dg
+# SConscript(['fftw/SConscript'])