Explorar el Código

Different exception than I expected

default_compile_flags
vector-of-bool hace 5 años
padre
commit
5ef5c84225
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py Ver fichero

@@ -44,7 +44,7 @@ def have_ccache() -> bool:
try:
subprocess.check_output(['ccache', '--version'])
return True
except subprocess.CalledProcessError:
except FileNotFoundError:
return False



Cargando…
Cancelar
Guardar