summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-04 20:09:34 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-04 20:09:34 +0100
commita54d2fc0d3ec7c4c8ca99b91e2ff7f7fee45c8bd (patch)
tree7aff6e13995823b657a2a12ccd9ba54c996baedb /nsis
parent595297d6d5658266dd0574361f77f7832bb18e26 (diff)
patch 8.0.0410: newer gettext/iconv library has extra dll filev8.0.0410
Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 26d7aab8ee..74a54333a4 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -385,6 +385,7 @@ SectionEnd
File ${VIMRT}\libintl-8.dll
File ${VIMRT}\libiconv-2.dll
File /nonfatal ${VIMRT}\libwinpthread-1.dll
+ File /nonfatal ${VIMRT}\libgcc_s_sjlj-1.dll
SectionEnd
!endif