Skip to content

Commit 9048c63

Browse files
committed
a minor fix in qt
1 parent f920673 commit 9048c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-third-party/build-qt_new.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ SPECIFIC_BDM_OS=$(DetectOs)
6969
DEFAULT_QTBD_OPTION="Yes"
7070

7171
if echo "$SPECIFIC_OSES_SUPPORTED" | grep -Eiq "$SPECIFIC_BDM_OS" ; then
72-
DEFAULT_ROOTBD_OPTION="No"
72+
DEFAULT_QTBD_OPTION="No"
7373
fi
7474

7575
while true; do

0 commit comments

Comments
 (0)