From 90606af80e09cf38a61ec5e6bc4411581e03500a 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(-) (limited to 'inst.nsi') 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