From 90cf01e245acf92ff135e9452461db9512cf475e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 17 Aug 2020 16:13:28 +0100 Subject: [PATCH] os/linux: add no-op MacOS.sdk_path method. Fixes https://github.com/Homebrew/linuxbrew-core/issues/20938 --- Library/Homebrew/os/linux.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/os/linux.rb b/Library/Homebrew/os/linux.rb index 2cffb06535..da4b9d7acd 100644 --- a/Library/Homebrew/os/linux.rb +++ b/Library/Homebrew/os/linux.rb @@ -57,6 +57,10 @@ module OS nil end + def sdk_path + nil + end + module Xcode module_function