浏览代码

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 查看文件

try: try:
subprocess.check_output(['ccache', '--version']) subprocess.check_output(['ccache', '--version'])
return True return True
except subprocess.CalledProcessError:
except FileNotFoundError:
return False return False





正在加载...
取消
保存