This file contains hidden or 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
#!/bin/bash | |
# ============================================================================ | |
# macOS Universal Binary Build Script for OpenSSL 3.x | |
# ============================================================================ | |
# | |
# This script builds OpenSSL 3.x as universal binaries (x86_64 + arm64) for | |
# macOS. It handles downloading, building, combining architectures, and code | |
# signing of the OpenSSL libraries. | |
# |