Linking to wrong zlib library. fixed!

This commit is contained in:
Johnny Matthews
2005-07-28 18:50:39 +00:00
parent 08127dd5ec
commit aa3a45ddfc

View File

@@ -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