makensis: don't strip

Closes Homebrew/homebrew#28718.
master
Adam Vandenberg 2014-05-04 11:28:25 -07:00
parent b491cb1d68
commit b5f384dcc9
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ class Makensis < Formula
# https://sourceforge.net/p/nsis/bugs/1085/
ENV.libstdcxx if ENV.compiler == :clang
scons "makensis"
# Don't strip, see https://github.com/Homebrew/homebrew/issues/28718
scons "STRIP=0", "makensis"
bin.install "build/release/makensis/makensis"
(share/'nsis').install resource('nsis')
end