diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 11:08:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 11:08:32 -0400 |
commit | 8898cbf038733ef37af81e69c78bef29a438dcfb (patch) | |
tree | 73b4baaa1263232b77cfe182e7899aeb06465686 /Build | |
parent | 4616025ddd412830fe0ef548a8d6c105473667d7 (diff) |
update some windows libraries for newer version of cygwin
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 42260bd3f..160225bf1 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -191,11 +191,12 @@ cygwinDlls = , "cygintl-8.dll"
, "cygwind-0.dll"
, "cyggssapi-3.dll"
+ , "cyggssapi_krb5-2.dll"
, "cygkrb5-26.dll"
, "cygz.dll"
, "cygidn-11.dll"
, "libcurl-4.dll"
- , "cyggnutls-26.dll"
+ , "cyggnutls-28.dll"
, "libcrypto.dll"
, "libssl.dll"
, "cyggcrypt-11.dll"
|