Skip to content

Commit

Permalink
Merge pull request #3852 from sjackman/linkage_checker
Browse files Browse the repository at this point in the history
Move linkage_checker from os/mac to generic
  • Loading branch information
alyssais authored Mar 1, 2018
2 parents 9225dac + 97932c1 commit 43c658a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/linkage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/os/mac/formula_cellar_checks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "os/mac/linkage_checker"
require "linkage_checker"

module FormulaCellarChecks
def check_shadowed_headers
Expand Down
File renamed without changes.

0 comments on commit 43c658a

Please sign in to comment.