Android: Fix note for host architecture mismatch
The qtConfAddNotice was a typo, so this note was missing from config.log and the build would fail with no explanation. Change-Id: Iae22f92c1ba6bdf96d41a7cc608b9aedd6863b1f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
dae308d892
commit
109290753b
|
|
@ -557,7 +557,7 @@ defineTest(qtConfOutput_prepareOptions) {
|
|||
else: \
|
||||
qtConfFatalError("Cannot detect the Android host." \
|
||||
"Please use -android-ndk-host option to specify one.")
|
||||
qtConfAddNotice("Available Android host does not match host architecture.")
|
||||
qtConfAddNote("Available Android host does not match host architecture.")
|
||||
}
|
||||
} else {
|
||||
!exists($$ndk_tc_pfx/$$ndk_host/*): \
|
||||
|
|
|
|||
Loading…
Reference in New Issue