This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
extend
/
os
/
linux
/
software_spec.rb
8 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add frozen_string_literal to all files.
2019-04-19 15:38:03 +09:00
# frozen_string_literal: true
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:21:42 -07:00
class
BottleSpecification
def
skip_relocation?
false
end
end
Reference in New Issue
Copy Permalink