ソースを参照

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



読み込み中…
キャンセル
保存