Skip to content

Remove hardcoded compiler path.

Chris Carpenter requested to merge ccarpenter/linedit:master into master

This switches the compiler path from /usr/bin/cc to gcc.

cc nor /usr/bin/cc exist on my system, theoretically gcc should work on "anybody's" system due to run-shell-command using the PATH.

I know at least some systems use the environment variable CC in some way but I am not aware of how that works.

Merge request reports