diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-11 23:05:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-11 23:05:47 -0700 |
commit | da96c18699f0780e675d8986ec27e4523194c359 (patch) | |
tree | e3d3a8978431ee8fecf417a344eff5d9c7ea134f | |
parent | f89a431b109876989465613df85c56c0c7853ec8 (diff) | |
download | txr-da96c18699f0780e675d8986ec27e4523194c359.tar.gz txr-da96c18699f0780e675d8986ec27e4523194c359.tar.bz2 txr-da96c18699f0780e675d8986ec27e4523194c359.zip |
windows: package libffi dll.
* inst.nsi: Add cygffi-6.dll to package.
-rw-r--r-- | inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ section "TXR" File txr-win.exe File win\cygwin1.dll File c:\cygwin\bin\cyggcc_s-1.dll + File c:\cygwin\bin\cygffi-6.dll SetOutPath $INSTDIR\txr\doc File txr-manpage.html File txr-manpage.pdf |