commit | 4a9395bb6e3d07a093f64875409eef499c0066f5 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 00:23:22 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Jun 06 16:28:16 2018 -0400 |
tree | be393a4f986600355011291a5ebe6a4d361d6738 | |
parent | e374e7000cd443d9b973130c63e88005c26c69e3 [diff] [blame] |
build: require gcc >= 5.3 and switch to C++14 Change-Id: Ifb805ced42e9f8aedce473c1fe91f68b27acefec Refs: #3076, #4462
diff --git a/wscript b/wscript index fa2864b..e40914f 100644 --- a/wscript +++ b/wscript
@@ -140,7 +140,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')