From 3113b44d1f643358f2026aa4fb383f5e0c3d2d38 Mon Sep 17 00:00:00 2001 From: Nanda H Krishna Date: Thu, 2 Mar 2023 23:28:56 -0500 Subject: [PATCH] `brew unbottled`: fix `XcodeRequirement` handling on Linux --- Library/Homebrew/dev-cmd/unbottled.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/dev-cmd/unbottled.rb b/Library/Homebrew/dev-cmd/unbottled.rb index 5c866198a6..118e68cd0f 100644 --- a/Library/Homebrew/dev-cmd/unbottled.rb +++ b/Library/Homebrew/dev-cmd/unbottled.rb @@ -4,6 +4,7 @@ require "cli/parser" require "formula" require "api" +require "os/mac/xcode" module Homebrew extend T::Sig