瀏覽代碼

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…
取消
儲存