Skip to content

Commit

Permalink
makensis: use scons helper
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 26, 2014
1 parent d046ca6 commit 745890c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/makensis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def install
# https://sourceforge.net/p/nsis/bugs/1085/
ENV.libstdcxx if ENV.compiler == :clang

scons = Formula.factory('scons').opt_prefix/'bin/scons'
system scons, "makensis"
scons "makensis"
bin.install "build/release/makensis/makensis"
(share/'nsis').install resource('nsis')
end
Expand Down

0 comments on commit 745890c

Please sign in to comment.