This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Different exception than I expected
default_compile_flags
vector-of-bool
5 years ago
parent
a82225c3be
commit
5ef5c84225
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
tools/build.py
+ 1
- 1
tools/build.py
View File
@@ -44,7 +44,7 @@ def have_ccache() -> bool:
try:
subprocess.check_output(['ccache', '--version'])
return True
except
subprocess.CalledProcess
Error:
except
FileNotFound
Error:
return False
Write
Preview
Loading…
Cancel
Save