more
This commit is contained in:
parent
df948ed222
commit
2cca8760fc
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,8 @@ cygwinPrograms :: [FilePath]
|
||||||
cygwinPrograms = map (\p -> p ++ ".exe") bundledPrograms
|
cygwinPrograms = map (\p -> p ++ ".exe") bundledPrograms
|
||||||
|
|
||||||
-- These are the dlls needed by Cygwin's rsync, ssh, etc.
|
-- These are the dlls needed by Cygwin's rsync, ssh, etc.
|
||||||
|
-- TODO: Use ldd (available in cygwin) to automatically find all
|
||||||
|
-- needed libs.
|
||||||
cygwinDlls :: [FilePath]
|
cygwinDlls :: [FilePath]
|
||||||
cygwinDlls =
|
cygwinDlls =
|
||||||
[ "cygwin1.dll"
|
[ "cygwin1.dll"
|
||||||
|
@ -158,4 +160,6 @@ cygwinDlls =
|
||||||
, "libssl.dll"
|
, "libssl.dll"
|
||||||
, "cyggcrypt-11.dll"
|
, "cyggcrypt-11.dll"
|
||||||
, "cyggpg-error-0.dll"
|
, "cyggpg-error-0.dll"
|
||||||
|
, "cygp11-kit-0.dll"
|
||||||
|
, "cygtasn1-3.dll"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue