brew/Library/Homebrew/extend/os/linux/software_spec.rb
Shaun Jackman 294db31849 BottleSpecification: Do not skip bottle relocation on Linux
Bottles must be relocated on Linux to find the brewed glibc and gcc.
2018-08-15 10:23:55 -07:00

6 lines
69 B
Ruby

class BottleSpecification
def skip_relocation?
false
end
end