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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-07-28 22:50:39 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-07-28 22:50:39 +0400
commitaa3a45ddfcdf72a90d78e93df535b3f609c8cea9 (patch)
tree3c06868677b022d239dca12263320feefeb3c5ca /SConstruct
parent08127dd5ec7c142372855f5d19bfcf2dbf85df35 (diff)
Linking to wrong zlib library. fixed!
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 76d35a9c9cc..1ff6d4a5747 100644
--- a/SConstruct
+++ b/SConstruct
@@ -373,7 +373,7 @@ elif sys.platform == 'win32':
if use_quicktime == 'true':
extra_includes += ['#../lib/windows/QTDevWin/CIncludes']
# z library information
- z_lib = ['libz']
+ z_lib = ['zlib']
z_libpath = ['#../lib/windows/zlib/lib']
z_include = ['#../lib/windows/zlib/include']
# png library information