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_definitions.mk')
-rw-r--r--source/nan_definitions.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 123b76d86b8..b2dc37c1568 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -98,6 +98,10 @@ endif
export NAN_FFMPEGCFLAGS ?= -I$(NAN_FFMPEG)/include
endif
+ ifeq ($(WITH_VERSE), true)
+ export NAN_VERSE ?= $(LCGDIR)/verse
+ endif
+
export WITH_OPENEXR ?= true
ifeq ($(OS),windows)
ifeq ($(FREE_WINDOWS), true)