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:
authorToni Alatalo <antont@kyperjokki.fi>2005-11-23 17:31:47 +0300
committerToni Alatalo <antont@kyperjokki.fi>2005-11-23 17:31:47 +0300
commit590e1c1e4af933be2a8853d9210c59367ca9b080 (patch)
treeef6b64e0b8fe32e6ab56743b55b593490574eb63 /SConstruct
parentd40b4dbaf83ae20f97330846f6d75473beb60d2a (diff)
uh should have read the patch better, i did test it and it works :)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ce03709e119..b09c4821eaf 100644
--- a/SConstruct
+++ b/SConstruct
@@ -100,7 +100,7 @@ if sys.platform == 'linux2' or sys.platform == 'linux-i386':
jpeg_libpath = ['/usr/lib']
jpeg_include = ['/usr/include']
#tiff library information
- tiff_lib = ['jpeg']
+ tiff_lib = ['tiff']
tiff_libpath = ['/usr/lib']
tiff_include = ['/usr/include']
# OpenGL library information