File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -700,14 +700,14 @@ clean_qt_build() {
700
700
info " [Qt] Clang version in use"
701
701
clang --version
702
702
info " [Qt] Starting configure step"
703
- ../qt-everywhere-src-5.15.2/configure " ${COMMON_CONFIGURE_FLAGS} " -platform linux-clang-libc++
703
+ ../qt-everywhere-src-5.15.2/configure ${COMMON_CONFIGURE_FLAGS} -platform linux-clang-libc++
704
704
;;
705
705
706
706
" darwin19" | " darwin20" )
707
707
info " [Qt] Clang version in use"
708
708
clang --version
709
709
info " [Qt] Starting configure step"
710
- ../qt-everywhere-src-5.15.2/configure " ${ COMMON_CONFIGURE_FLAGS} " -no-framework -platform macx-clang
710
+ ../qt-everywhere-src-5.15.2/configure $ COMMON_CONFIGURE_FLAGS -no-framework -platform macx-clang
711
711
;;
712
712
713
713
esac
You can’t perform that action at this time.
0 commit comments