From bf9818f79d1bd56696b8c69982fd02a2643dbe52 Mon Sep 17 00:00:00 2001 From: Croydon Date: Thu, 9 Sep 2021 20:52:36 +0200 Subject: [PATCH] openssl/3.x.x: port #6588 Add macOS ARM target Co-Authored-By: gmeeker --- recipes/openssl/3.x.x/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/openssl/3.x.x/conanfile.py b/recipes/openssl/3.x.x/conanfile.py index 1a2516ab50d6f..7ecbb7a1b3252 100644 --- a/recipes/openssl/3.x.x/conanfile.py +++ b/recipes/openssl/3.x.x/conanfile.py @@ -213,6 +213,7 @@ def _targets(self): "Macos-ppc32be-*": "darwin-ppc-cc", "Macos-ppc64-*": "darwin64-ppc-cc", "Macos-ppc64be-*": "darwin64-ppc-cc", + "Macos-armv8-*": "darwin64-arm64-cc", "Macos-*-*": "darwin-common", "iOS-x86_64-*": "darwin64-x86_64-cc", "iOS-*-*": "iphoneos-cross",