os/linux: implement sdk_path_if_needed

This commit is contained in:
Dawid Dziurla 2020-03-10 14:59:22 +01:00
parent b6812d2dfb
commit e097dcedb4
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

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