BottleSpecification: Do not skip bottle relocation on Linux
Bottles must be relocated on Linux to find the brewed glibc and gcc.
This commit is contained in:
parent
2060eb233d
commit
294db31849
5
Library/Homebrew/extend/os/linux/software_spec.rb
Normal file
5
Library/Homebrew/extend/os/linux/software_spec.rb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class BottleSpecification
|
||||||
|
def skip_relocation?
|
||||||
|
false
|
||||||
|
end
|
||||||
|
end
|
||||||
1
Library/Homebrew/extend/os/software_spec.rb
Normal file
1
Library/Homebrew/extend/os/software_spec.rb
Normal file
@ -0,0 +1 @@
|
|||||||
|
require "extend/os/linux/software_spec" if OS.linux?
|
||||||
@ -407,3 +407,5 @@ class PourBottleCheck
|
|||||||
@formula.send(:define_method, :pour_bottle?, &block)
|
@formula.send(:define_method, :pour_bottle?, &block)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
require "extend/os/software_spec"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user