commit | 9003483df0cbaa784b76705265fe7e30d5b7d55b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Wed May 30 10:10:31 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Fri Jun 08 10:30:18 2018 -0400 |
tree | 8494a5a2c33535a176eba3649469d565bdbb6149 | |
parent | 405eca971959046883055c0826d8c6067e11db8b [diff] [blame] |
build: require gcc >= 5.3 and switch to C++14 Change-Id: Iba0a1fc8e4a0a0d5ec4150d4dca96792a73237e3 Refs: #3076, #4462
diff --git a/wscript b/wscript index 1b44ea8..20dcad5 100644 --- a/wscript +++ b/wscript
@@ -157,7 +157,7 @@ else: # no tags matched Context.g_module.VERSION = '%s-commit-%s' % (VERSION_BASE, out) - except subprocess.CalledProcessError: + except (OSError, subprocess.CalledProcessError): pass versionFile = ctx.path.find_node('VERSION')