Move linkage_checker from os/mac to generic

This commit is contained in:
Shaun Jackman 2018-02-28 09:13:17 -08:00
parent 4176399537
commit 97932c1abf
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
require "os/mac/linkage_checker" require "linkage_checker"
module FormulaCellarChecks module FormulaCellarChecks
def check_shadowed_headers def check_shadowed_headers