summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 58ffd28ff3..f47cff6fdd 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -2584,7 +2584,7 @@ void Configure::detectArch()
if (output.isEmpty())
continue;
- QRegExp re("Project MESSAGE:.*Architecture: ([a-zA-Z0-9]*)");
+ QRegExp re("Project MESSAGE:.*Architecture: ([a-zA-Z0-9_]*)");
if (re.indexIn(output) != -1)
dictionary[key] = re.cap(1);
}