Skip to content

Commit 309b9d3

Browse files
fix: local variable error
1 parent f6d9f3c commit 309b9d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_dev_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_static_qt() {
4646

4747
cd "$qt_build_dir" || exit 1
4848

49-
cmake "$qt_src_dir/qt-everywhere-src-$qt_version" \
49+
cmake "qt-src/qt-everywhere-src-$qt_version" \
5050
-G "Ninja" \
5151
-DCMAKE_BUILD_TYPE=Release \
5252
-DCMAKE_INSTALL_PREFIX="$qt_install_dir" \

0 commit comments

Comments
 (0)