-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated compile.rb to set target version to 10.15; adjusted arm patch
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb | ||
index 40ef42a4b..1a6eec870 100644 | ||
index 6be9069013..55ca7c6bf4 100644 | ||
--- a/Library/Homebrew/extend/ENV/super.rb | ||
+++ b/Library/Homebrew/extend/ENV/super.rb | ||
@@ -62,6 +62,7 @@ module Superenv | ||
@@ -60,6 +60,7 @@ module Superenv | ||
super | ||
send(compiler) | ||
|
||
+ self["MACOSX_DEPLOYMENT_TARGET"] = "11.0" | ||
self["HOMEBREW_ENV"] = "super" | ||
self["MAKEFLAGS"] ||= "-j#{determine_make_jobs}" | ||
self["PATH"] = determine_path | ||
self["RUSTFLAGS"] = Hardware.rustflags_target_cpu |