mirror of
https://github.com/gosticks/brew.git
synced 2026-08-29 13:00:22 +00:00
8 lines
144 B
Ruby
8 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
if OS.linux?
|
|
require "extend/os/linux/software_spec"
|
|
elsif OS.mac?
|
|
require "extend/os/mac/software_spec"
|
|
end
|