Merge pull request #3852 from sjackman/linkage_checker

Move linkage_checker from os/mac to generic
This commit is contained in:
Alyssa Ross 2018-03-01 17:24:34 +00:00 committed by GitHub
commit 43c658a8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
#: which link to it for each library the keg references.
require "os/mac/linkage_checker"
require "linkage_checker"
module Homebrew
module_function

View File

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