Преглед изворни кода

Different exception than I expected

default_compile_flags
vector-of-bool пре 5 година
родитељ
комит
5ef5c84225
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py Прегледај датотеку

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



Loading…
Откажи
Сачувај