diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 11:47:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 11:47:58 -0400 |
commit | a42d5a8a19d63824f91563dcdbbfcb80fe78f27d (patch) | |
tree | c738d97e2c8504b7015067c1c40c69e81a0511ea /Build | |
parent | 33a8c718c65db66ff964cdea86f13d657aaaf94c (diff) |
more libs
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 3d8780fa7..495dfcab8 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -209,6 +209,8 @@ cygwinDlls = , "cygusb0.dll"
, "cyghogweed-2.dll"
, "cygk5crypto-3.dll"
+ , "cygkrb5support-0.dll"
+ , "cyggmp-10.dll"
]
-- msysgit opens Program Files/Git/doc/git/html/git-annex.html
|