The Azure Pipelines macOS agent comes with OpenSSL 1.0.2 https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#utilities. Because the vast majority of real world usage would be using OpenSSL from brew install openssl we want to produce a binary that is linked to that version (1.1.x). This change makes sure the build process uses that OpenSSL feature and not the older 1.0.2 version.
The Azure Pipelines macOS agent comes with OpenSSL 1.0.2 https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#utilities. Because the vast majority of real world usage would be using OpenSSL from
brew install openssl
we want to produce a binary that is linked to that version (1.1.x). This change makes sure the build process uses that OpenSSL feature and not the older 1.0.2 version.Fixes https://github.com/jborean93/omi/issues/9