brew/Library/Homebrew/extend/os/compilers.rb
Michka Popoff 221983dbcf
compilers: prefer gcc 5 on linux
Fixes #10170 by preferring gcc@5 on linux
This makes sure ENV.cc and ENV.cxx is correctly set:

If a formula does not explicitely depend on a brewed gcc,
ENV.cc is set to gcc-5 (system gcc-5 or brewed gcc-5) with this change,
even if other gcc versions are installed on the system.
2021-02-08 13:26:50 +01:00

5 lines
96 B
Ruby

# typed: strict
# frozen_string_literal: true
require "extend/os/linux/compilers" if OS.linux?