Skip to content

Commit

Permalink
augustus: don't hardcode gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
alebcay committed May 14, 2020
1 parent 7732668 commit c1a0437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/augustus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def install
# to upstream in 2016 (see https://github.com/nextgenusfs/funannotate/issues/3).
# See also https://github.com/Gaius-Augustus/Augustus/issues/64
cd "src" do
with_env("HOMEBREW_CC" => "gcc-9") do
with_env("HOMEBREW_CC" => Formula["gcc"].opt_bin/"gcc-#{Formula["gcc"].version_suffix}") do
system "make"
end
end
Expand Down

0 comments on commit c1a0437

Please sign in to comment.