Skip to content

Commit

Permalink
configure: Treat win32-clang-g++ the same as win32-g++
Browse files Browse the repository at this point in the history
This fixes configure with win32-clang-g++ as the native compiler.

Change-Id: Iced43d70b9a0aa413d1f5f6034b42b976cb7c39e
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
mstorsjo committed Oct 10, 2018
1 parent 49f1f94 commit 9436e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ setBootstrapVariable()
echo "RM_RF = rm -rf" >> "$mkfile"

case `basename "$PLATFORM"` in
win32-g++*)
win32-*g++*)
cat "$in_mkfile.win32" >> "$mkfile"
;;
*)
Expand Down

0 comments on commit 9436e3c

Please sign in to comment.