From 16270ba185e889cfb92265301b34061a123692d4 Mon Sep 17 00:00:00 2001 From: Seeker Date: Tue, 8 Dec 2020 08:47:08 -0800 Subject: [PATCH] software_spec: add on_macos/on_linux to SoftwareSpec --- Library/Homebrew/software_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index a08261c978..ab0ca546e3 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -12,11 +12,13 @@ require "patch" require "compilers" require "global" require "os/mac/version" +require "extend/on_os" class SoftwareSpec extend T::Sig extend Forwardable + include OnOS PREDEFINED_OPTIONS = { universal: Option.new("universal", "Build a universal binary"),