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 b88e835c54a..5337e75c6c1 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -191,4 +191,8 @@ ifeq ($(WITH_OPENCOLLADA),true)
LLIBS += $(BF_OPENCOLLADA_LIBS)
endif
+ifeq ($(WITH_TIFF),true)
+ LLIBS += $(NAN_TIFF_LIBS)
+endif
+
LLIBS += $(NAN_PYTHON_LIB)