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
path: root/config
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-08-09 16:52:59 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-08-09 16:52:59 +0400
commit21302619f824dd8e92b5295b30c57dda460c1e63 (patch)
tree86e1cc275afc0cbe06f7b7f9c33d81d09ec9ca4d /config
parent07bd579fc1a62b018ca4783c8ccd3848e65e29ca (diff)
fftw: fixing mac linking name
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 0b1c2f75744..d12d0234ddc 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -172,7 +172,7 @@ BF_BULLET_LIB = 'extern_bullet'
WITH_BF_FFTW3 = False
BF_FFTW3 = LIBDIR + '/fftw3'
BF_FFTW3_INC = '${BF_FFTW3}/include'
-BF_FFTW3_LIB = 'libfftw'
+BF_FFTW3_LIB = 'libfftw3'
BF_FFTW3_LIBPATH = '${BF_FFTW3}/lib'
#WITH_BF_NSPR = True