Merge pull request #8375 from MikeMcQuaid/linux-macos-sdk-path
os/linux: add no-op MacOS.sdk_path method.
This commit is contained in:
commit
0a5014160e
@ -57,6 +57,10 @@ module OS
|
|||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def sdk_path
|
||||||
|
nil
|
||||||
|
end
|
||||||
|
|
||||||
module Xcode
|
module Xcode
|
||||||
module_function
|
module_function
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user