diff options
Diffstat (limited to 'Library/Homebrew/os')
| -rw-r--r-- | Library/Homebrew/os/mac/xquartz.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index c906da38e..e46d8da27 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -122,7 +122,7 @@ module OS private def use_sdk? - not (prefix.to_s == '/opt/X11' or MacOS::CLT.installed?) + provided_by_apple? && Xcode.without_clt? end end end |
