tsee / extutils-cppguess

Guess the C++ compiler for Perl modules
6 stars 9 forks source link

Add some form of "compiler_is" method #3

Closed daoswald closed 5 years ago

daoswald commented 10 years ago

There's not currently one single method that will simply report "g++", "clang++", etc., depending on the compiler guessed. We have is_gcc, is_msvc, and so on. Seems like ::CppGuess ought to have a one-stop-method for reporting the compiler to invoke.

mohawk2 commented 5 years ago

This is fixed with the new compiler_command, added to solve exactly this problem!