From 9436e3c315420c7ebfb36628e6bf388c780bf0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 9 Oct 2018 13:38:53 +0300 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" ;; *) -- cgit v1.2.3