summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-17 22:15:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-17 22:15:56 -0400
commit15e9cb86e3997416575d54921fae56be39b0bd97 (patch)
tree5af092c49f6f44c94e925b8087d0b61e25cf2c6d
parent42782a35a35c25533d0e98fbdd88626745da0c4b (diff)
add cygattr-1.dll to windows installer
Needed by cygwin cp
-rw-r--r--Build/NullSoftInstaller.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index 162fbfc24..427507b02 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -119,6 +119,7 @@ cygwinDlls :: [FilePath]
cygwinDlls =
[ "cygwin1.dll"
, "cygasn1-8.dll"
+ , "cygattr-1.dll"
, "cygheimbase-1.dll"
, "cygroken-18.dll"
, "cygcom_err-2.dll"