Skip to content

Commit

Permalink
Initials an emptry array
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 874b7a4 commit 7084f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -65,7 +65,7 @@ networkAccessDir="$OUTPUT_DIR/$QT_NAME/qtbase/src/network/access/"
}

# Configure the Qt build.
declare -a configOpenssl
declare -a configOpenssl=
[[ "${RUNNER_OS:-}" != macOS ]] || {
configure="configure"
configPlatform='macx-clang'
Expand Down

0 comments on commit 7084f7a

Please sign in to comment.