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 0ef0b52 commit 602b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew/myci.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Myci < Formula
depends_on "curl"

def install
ENV['PATH'] += ':/usr/local/bin'
ENV['PATH'] += ':#{ENV['HOMEBREW_PREFIX']}/bin'
system "make", "--include-dir=#{ENV['HOMEBREW_PREFIX']}/include", "install", "PREFIX=#{prefix}"
end

Expand Down

0 comments on commit 602b1fe

Please sign in to comment.