frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
324 stars 83 forks source link

Find compiler: apply shutil.which to basenames #304

Closed ghost closed 7 years ago

ghost commented 7 years ago

This handles the case where CLCACHE_CL is set to a basename rather than a full path. This is useful for setting cl to a different binary, like clang-cl.

frerich commented 7 years ago

Looks good, merged. Thanks!