Skip to content

Commit

Permalink
Set OpenSSL paths for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 6e4608e commit ff33a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Expand Up @@ -68,6 +68,7 @@ networkAccessDir="$OUTPUT_DIR/$QT_NAME/qtbase/src/network/access/"
declare -a configOpenssl=
[[ "${RUNNER_OS:-}" != macOS ]] || {
configure="configure"
configOpenssl=(-I '/usr/local/opt/openssl@1.1/include' -L '/usr/local/opt/openssl@1.1/lib')
configPlatform='macx-clang'
configFramework='-framework'
#configSdk='macosx10.10'
Expand Down

0 comments on commit ff33a9f

Please sign in to comment.