diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-04 12:55:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-04 12:55:04 +0100 |
| commit | 36a6724d5a4c964792e242a3806f3d18e9018860 (patch) | |
| tree | 046a1e67a8f026a56f13f477891525395eba3458 /wscript | |
| parent | dff76820cf405b48bcb960fda5f760481349c4b6 (diff) | |
Attempt to fix configuration on Windows.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ def configure(conf): mandatory=True, msg='Checking for libquickmail', libpath='/usr/local/lib', - lib='quickmail', + lib=['quickmail', 'curl'], uselib_store='QUICKMAIL') # Dependencies which are always dynamically linked |
