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:
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 52e5c5de9ed..8f33c917526 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -170,4 +170,8 @@ ifeq ($(WITH_BF_OPENMP),true)
LLIBS += -lgomp
endif
+ifeq ($(WITH_FFTW3),true)
+ LLIBS += $(BF_FFTW3_LIBS)
+endif
+
LLIBS += $(NAN_PYTHON_LIB)