Open
Description
The Makefiles for caption-inspector
appear to be all hard coded to use clang
:
caption-inspector/src/Makefile
Lines 137 to 143 in 476326f
This project builds fine on gcc 9.3 too.
One can use the implicit variable $(CC)
to get whatever the user-preferred compiler (and its location) is. It also makes it easier to set up a CI build matrix with other compilers.
Metadata
Assignees
Labels
No labels