Skip to content

Commit

Permalink
Update patches; remove cpu arch patch, bump min version to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu committed May 28, 2024
1 parent ffbd5d1 commit 49da490
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions other/homebrew_x86.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ index 734eccb95..8d0fee78f 100644
super
send(compiler)

+ self["MACOSX_DEPLOYMENT_TARGET"] = "10.11"
+ self["MACOSX_DEPLOYMENT_TARGET"] = "10.15"
self["HOMEBREW_ENV"] = "super"
self["MAKEFLAGS"] ||= "-j#{determine_make_jobs}"
self["PATH"] = determine_path
diff --git a/Library/Homebrew/extend/os/mac/hardware.rb b/Library/Homebrew/extend/os/mac/hardware.rb
index cbe49c842..a280527d4 100644
--- a/Library/Homebrew/extend/os/mac/hardware.rb
+++ b/Library/Homebrew/extend/os/mac/hardware.rb
@@ -4,6 +4,7 @@
module Hardware
sig { params(version: T.nilable(Version)).returns(Symbol) }
def self.oldest_cpu(version = nil)
+ return :core2
version = if version
MacOSVersion.new(version.to_s)
else

0 comments on commit 49da490

Please sign in to comment.