Skip to content
Snippets Groups Projects
Unverified Commit e7ed36aa authored by Rui Chen's avatar Rui Chen Committed by GitHub
Browse files

brew: add openssl@3.0 (for 3.0.x LTS releases)

parent 0743e6a8
Branches
No related tags found
No related merge requests found
......@@ -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", "openssl@1.1"];
let versions = ["openssl@3", "openssl@3.0", "openssl@1.1"];
// Check up default aarch 64 Homebrew installation location first
// for quick resolution if possible.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment