Przeglądaj źródła

Different exception than I expected

default_compile_flags
vector-of-bool 5 lat temu
rodzic
commit
5ef5c84225
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz