diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-11-23 22:33:04 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2010-11-24 00:23:15 +0200 |
| commit | f8b422b6d43bb4b12d3e614b024fbe8415971f4e (patch) | |
| tree | 7bbe681601e78e840422d5bd1eda2a2a1f1435b1 /wscript | |
| parent | 8b0e448f5cf18fe68097a89e5b3573fdf87a5dd1 (diff) | |
| download | libgit2-f8b422b6d43bb4b12d3e614b024fbe8415971f4e.tar.gz | |
Use the proper Zlib version with MSVC
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ def configure(conf): if conf.env.CC_NAME == 'msvc': conf.env.CFLAGS = CFLAGS_WIN32 - conf.env.DEFINES += ['WIN32', '_DEBUG', '_LIB'] - zlib_name = 'zdll' + conf.env.DEFINES += ['WIN32', '_DEBUG', '_LIB', 'ZLIB_WINAPI'] + zlib_name = 'zlibwapi' elif conf.env.CC_NAME == 'gcc': conf.check(features='c cprogram', lib='pthread', uselib_store='pthread') |
