brew/Library/Homebrew/extend/os/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

2 lines
53 B
Ruby

require "extend/os/linux/software_spec" if OS.linux?