Merge pull request #7145 from dawidd6/linux-mac-sdk-if-needed

os/linux: implement sdk_path_if_needed
This commit is contained in:
Shaun Jackman 2020-03-10 12:02:54 -07:00 committed by GitHub
commit 89f3a33264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,10 @@ module OS
languages.first languages.first
end end
def sdk_path_if_needed(_v = nil)
nil
end
module Xcode module Xcode
module_function module_function