summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2018-10-09 13:38:53 +0300
committerMartin Storsjö <martin@martin.st>2018-10-10 04:10:40 +0000
commit9436e3c315420c7ebfb36628e6bf388c780bf0ca (patch)
tree9ea7f647745bb1170a4d5a19b8f3cb5c0cdb70fb /configure
parent49f1f944bcd72586cc76622fd42c904974506f91 (diff)
configure: Treat win32-clang-g++ the same as win32-g++
This fixes configure with win32-clang-g++ as the native compiler. Change-Id: Iced43d70b9a0aa413d1f5f6034b42b976cb7c39e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2830a1b189..ef7bad1bfc 100755
--- a/configure
+++ b/configure
@@ -771,7 +771,7 @@ setBootstrapVariable()
echo "RM_RF = rm -rf" >> "$mkfile"
case `basename "$PLATFORM"` in
- win32-g++*)
+ win32-*g++*)
cat "$in_mkfile.win32" >> "$mkfile"
;;
*)