Skip to content

Using latest GNU Make in formula build section #5620

Discussion options

You must be logged in to vote

You could do

on_macos do
  depends_on "make" => :build
end

and then in the install method you should be able to call gmake unconditionally since that will still resolve to the right executable on Linux.

I'm also tempted to say that we should make the make dependency unconditional for simplicity, but I'll leave that up to you.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lelegard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants