Move linkage_checker from os/mac to generic
This commit is contained in:
parent
4176399537
commit
97932c1abf
@ -10,7 +10,7 @@
|
|||||||
#: If `--reverse` is passed, print the dylib followed by the binaries
|
#: If `--reverse` is passed, print the dylib followed by the binaries
|
||||||
#: which link to it for each library the keg references.
|
#: which link to it for each library the keg references.
|
||||||
|
|
||||||
require "os/mac/linkage_checker"
|
require "linkage_checker"
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
module_function
|
module_function
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
require "os/mac/linkage_checker"
|
require "linkage_checker"
|
||||||
|
|
||||||
module FormulaCellarChecks
|
module FormulaCellarChecks
|
||||||
def check_shadowed_headers
|
def check_shadowed_headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user