Skip to content

Commit

Permalink
homebrew stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 29, 2024
1 parent ea995b9 commit 8eed0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew/prorab.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Prorab < Formula

# use gmake here because otherwise homebrew uses default Mac's make which is of too old version 3.81
def install
ENV['PATH'] += ':/usr/local/bin'
ENV['PATH'] += ':#{ENV['HOMEBREW_PREFIX']}/bin'
system "gmake", "--include-dir=#{ENV['HOMEBREW_PREFIX']}/include", "install", "PREFIX=#{prefix}"
end

Expand Down

0 comments on commit 8eed0c8

Please sign in to comment.