From 49a888a013e88a62fb5d2a6e75137a5e600013cc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 2 Jul 2016 18:21:29 -0700 Subject: Bundle Cygnal version of Cygwin DLL. * inst.nsi: Copy cygwin1.dll from win subdirectory rather than c:\cygwin\bin. The cygwin1.dll is placed there prior to generating the installer. --- inst.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst.nsi b/inst.nsi index f89facd7..72aa3d75 100644 --- a/inst.nsi +++ b/inst.nsi @@ -47,7 +47,7 @@ section "TXR" SetOutPath $INSTDIR\txr\bin File txr.exe File txr-win.exe - File c:\cygwin\bin\cygwin1.dll + File win\cygwin1.dll File c:\cygwin\bin\cyggcc_s-1.dll SetOutPath $INSTDIR\txr\doc File txr-manpage.html -- cgit v1.2.3