makensis: Revert "Increase max string length"
This reverts commit 799df198b8
.
This commit is contained in:
parent
406731f7b4
commit
582b35106d
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Makensis < Formula
|
|||
homepage "https://nsis.sourceforge.io/"
|
||||
url "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.04/nsis-3.04-src.tar.bz2"
|
||||
sha256 "609536046c50f35cfd909dd7df2ab38f2e835d0da3c1048aa0d48c59c5a4f4f5"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -29,7 +30,6 @@ class Makensis < Formula
|
|||
# Don't strip, see https://github.com/Homebrew/homebrew/issues/28718
|
||||
"STRIP=0",
|
||||
"VERSION=#{version}",
|
||||
"NSIS_MAX_STRLEN=8192",
|
||||
]
|
||||
system "scons", "makensis", *args
|
||||
bin.install "build/urelease/makensis/makensis"
|
||||
|
|
Loading…
Reference in a new issue