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/creator/Makefile')
-rw-r--r--source/creator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/Makefile b/source/creator/Makefile
index 592cf913dfa..34ebc5fa305 100644
--- a/source/creator/Makefile
+++ b/source/creator/Makefile
@@ -69,4 +69,8 @@ ifeq ($(WITH_BINRELOC), true)
CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC
endif
+ifeq ($(WITH_TIFF), true)
+ CPPFLAGS += -DWITH_TIFF
+endif
+
CPPFLAGS += -I$(OPENGL_HEADERS)