Skip to content

Commit

Permalink
newsboat: avoid compiler shim evasion
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Jul 12, 2023
1 parent 8c6b246 commit 724a5f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/newsboat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@ def install
ENV.prepend_path "PKG_CONFIG_PATH", libexec/"lib/pkgconfig"
ENV.append "LDFLAGS", "-Wl,-rpath,#{libexec}/lib"

if OS.mac?
system Formula["make"].opt_bin/"gmake", "install", "prefix=#{prefix}"
else
system "make", "install", "prefix=#{prefix}"
end
# Call `make` as `gmake` to use Homebrew `make`.
system "gmake", "install", "prefix=#{prefix}"
end

test do
Expand Down

0 comments on commit 724a5f3

Please sign in to comment.