os/linux: add no-op MacOS.sdk_path method.
Fixes https://github.com/Homebrew/linuxbrew-core/issues/20938
This commit is contained in:
parent
4508e7c63b
commit
90cf01e245
@ -57,6 +57,10 @@ module OS
|
||||
nil
|
||||
end
|
||||
|
||||
def sdk_path
|
||||
nil
|
||||
end
|
||||
|
||||
module Xcode
|
||||
module_function
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user