summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-05-21 09:33:25 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-21 09:33:25 (GMT)
commit368750a83910d02f3303e5ffdbc6dde88c7db5a9 (patch)
treeb4ef41cf3dd5ff7d1b45ac3041c95567656195ec /src
parent999852417d3528e7ab52472914dc4ff29f971618 (diff)
parent43ade244e143a1f97ed8f2d4539a2c20616c796a (diff)
downloadmxe-368750a83910d02f3303e5ffdbc6dde88c7db5a9.zip
mxe-368750a83910d02f3303e5ffdbc6dde88c7db5a9.tar.gz
mxe-368750a83910d02f3303e5ffdbc6dde88c7db5a9.tar.bz2
Merge pull request #1349 from pavelvat/fix-nsis
fix nsis
Diffstat (limited to 'src')
-rw-r--r--src/nsis.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsis.mk b/src/nsis.mk
index 008c9b6..03fe605 100644
--- a/src/nsis.mk
+++ b/src/nsis.mk
@@ -26,7 +26,7 @@ define $(PKG)_BUILD
`[ -d /usr/local/lib ] && echo APPEND_LIBPATH=/usr/local/lib` \
$(if $(findstring x86_64-w64-mingw32,$(TARGET)),\
SKIPPLUGINS='System') \
- SKIPUTILS='MakeLangId,Makensisw,NSIS Menu,UIs,zip2exe' \
+ SKIPUTILS='MakeLangId,Makensisw,NSIS Menu,zip2exe' \
NSIS_MAX_STRLEN=8192 \
install
$(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/makensis' '$(PREFIX)/bin/$(TARGET)-makensis'