Skip to content
Snippets Groups Projects
Commit 294db318 authored by Shaun Jackman's avatar Shaun Jackman
Browse files

BottleSpecification: Do not skip bottle relocation on Linux

Bottles must be relocated on Linux to find the brewed glibc and gcc.
parent 2060eb23
No related branches found
No related tags found
No related merge requests found
class BottleSpecification
def skip_relocation?
false
end
end
require "extend/os/linux/software_spec" if OS.linux?
......@@ -407,3 +407,5 @@ class PourBottleCheck
@formula.send(:define_method, :pour_bottle?, &block)
end
end
require "extend/os/software_spec"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment