Skip to content

Commit

Permalink
[email protected]: use std_configure_args
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu committed Nov 21, 2024
1 parent b1a36a5 commit 53912ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/f/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ class FltkAT13 < Formula
end

def install
system "./configure", "--prefix=#{prefix}",
"--enable-threads",
"--enable-shared"
args = %w[
--enable-threads
--enable-shared
]
system "./configure", *args, *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit 53912ca

Please sign in to comment.