os/linux: add no-op MacOS.sdk_path method.

Fixes https://github.com/Homebrew/linuxbrew-core/issues/20938
This commit is contained in:
Mike McQuaid 2020-08-17 16:13:28 +01:00
parent 4508e7c63b
commit 90cf01e245
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -57,6 +57,10 @@ module OS
nil
end
def sdk_path
nil
end
module Xcode
module_function