diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-01 15:30:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-01 15:30:58 -0400 |
commit | 55445ed38a6d41468882d7b9f091e8deed7a9919 (patch) | |
tree | 62cea25253974f215e73579dd4ddf10b942a15d2 /Build | |
parent | 5260efe6bff6d04d04dcc4e17ba2fedd3de7ffe1 (diff) |
windows: add more libraries, these are used by gpg
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index aa6bff9ac..7cfb08f27 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -163,4 +163,8 @@ cygwinDlls = , "cygp11-kit-0.dll"
, "cygtasn1-3.dll"
, "cygffi-6.dll"
+ , "cygbz2-1.dll"
+ , "cygreadline7.dll"
+ , "cygncursesw-10.dll"
+ , "cygusb0.dll"
]
|