mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
![]() |
require "development_tools"
|
||
|
|
||
|
if OS.mac?
|
||
|
require "extend/os/mac/development_tools"
|
||
|
end
|