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/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 7b073259c8b..87849f29f89 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -218,6 +218,10 @@ ifeq ($(OS), windows)
endif
endif
+ifeq ($(WITH_OPENEXR), true)
+ COMLIB += $(NAN_OPENEXR_LIBS)
+endif
+
PULIB = $(NAN_IKSOLVER)/lib/libiksolver.a
PULIB += $(NAN_MOTO)/lib/libmoto.a
PULIB += $(NAN_ELBEEM)/lib/$(DEBUG_DIR)libelbeem.a