Skip to content

Commit

Permalink
Merge pull request #2141 from chenrui333/patch-1
Browse files Browse the repository at this point in the history
brew: add [email protected] (for 3.0.x LTS releases)
  • Loading branch information
sfackler authored Jan 3, 2024
2 parents 0743e6a + e7ed36a commit f579204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-sys/build/find_normal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn get_openssl(target: &str) -> (Vec<PathBuf>, PathBuf) {
}

fn resolve_with_wellknown_homebrew_location(dir: &str) -> Option<PathBuf> {
let versions = ["openssl@3", "[email protected]"];
let versions = ["openssl@3", "openssl@3.0", "openssl@1.1"];

// Check up default aarch 64 Homebrew installation location first
// for quick resolution if possible.
Expand Down

0 comments on commit f579204

Please sign in to comment.