Skip to content

Commit

Permalink
openssl/3.x.x: port conan-io#6588 Add macOS ARM target
Browse files Browse the repository at this point in the history
Co-Authored-By: gmeeker <gmeeker@users.noreply.github.com>
  • Loading branch information
Croydon and gmeeker committed Sep 9, 2021
1 parent 2a989ed commit bf9818f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/openssl/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bf9818f

Please sign in to comment.