TulipCharts / tulipindicators

Technical Analysis Indicator Function Library in C
https://tulipindicators.org/
GNU Lesser General Public License v3.0
818 stars 154 forks source link

fix(Makefile): respect CC environment variable #117

Closed cschanaj closed 2 years ago

cschanaj commented 2 years ago

Makefile should respect the choice of compiler in accordance to the CC environment variable.

Fix clang is not being used to run build on Travis.

https://app.travis-ci.com/github/TulipCharts/tulipindicators/jobs/558733601#L202

codeplea commented 2 years ago

Thanks. The reason this was the way it was, is because MinGW on Windows used to set CC=cc, but then didn't link cc to anything. Which is more a MinGW problem than anything. In any case, I guess if people are still using MinGW it makes sense to have them fix their environment.