浏览代码

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



正在加载...
取消
保存