Skip to content

Commit

Permalink
os/linux: implement sdk_path_if_needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Mar 10, 2020
1 parent b6812d2 commit e097dce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Homebrew/os/linux.rb
Expand Up @@ -53,6 +53,10 @@ def language
languages.first
end

def sdk_path_if_needed(_v = nil)
nil
end

module Xcode
module_function

Expand Down

0 comments on commit e097dce

Please sign in to comment.