Skip to content

Commit

Permalink
Invert quotes for build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent e639c59 commit 6fccee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -73,7 +73,7 @@ networkAccessDir="$OUTPUT_DIR/$QT_NAME/qtbase/src/network/access/"
}
[[ "${RUNNER_OS:-}" != Windows ]] || {
configure="configure.bat"
configOpenssl='-I "C:\Program Files\OpenSSL\include" -L "C:\Program Files\OpenSSL\lib"'
configOpenssl="-I 'C:\Program Files\OpenSSL\include' -L 'C:\Program Files\OpenSSL\lib'"
configPlatform='win32-msvc'
}
echo "Configuring Qt for $RUNNER_OS ($configPlatform)"
Expand Down

0 comments on commit 6fccee8

Please sign in to comment.