From 2c27b1397bbf85875d29c6fd5f3118cb919bc818 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Jan 2014 15:30:58 -0400 Subject: [PATCH] windows: add more libraries, these are used by gpg --- Build/NullSoftInstaller.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index aa6bff9acd..7cfb08f273 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" ]