Skip to content
Commit 6697c865 authored by Colin Walters's avatar Colin Walters
Browse files

dumper: Attempt to identify MSVC/'cl' more precisely

Checking for 'cl' in the whole compiler string trips up people who do
CC='gcc --command-with-cl-in-the-name'.  We should (probably) only
look at the first argument, although this will break for people doing
CC='ccache cl', but would someone do that?

See: https://bugzilla.gnome.org/show_bug.cgi?id=698090
parent 85d02d59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment