indygreg / python-build-standalone

Produce redistributable builds of Python
Mozilla Public License 2.0
1.99k stars 127 forks source link

unix: wrap sccache call with HAVE_SCCACHE #112

Closed DanielShaulov closed 2 years ago

DanielShaulov commented 2 years ago

Despite checking for the existence of sccache, there is a naked call to it not wrapped with the check for HAVE_SCCACHE, added the check