commit | 26ea1ac2aa1005a68eff165f54ee67b5c1549b35 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 10 20:20:03 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 10 20:30:47 2018 -0400 |
tree | 5ba12f5940147aa36cb4eef0649cac11c66e3d89 | |
parent | c687af62d12d05a3f4d58ec8c49d09f41b9b8d72 [diff] [blame] |
build: require gcc >= 5.3 Change-Id: Ie8877a9047c96030f138745a19768fcfa11da855 Refs: #4462
diff --git a/wscript b/wscript index 4782454..c7ccb62 100644 --- a/wscript +++ b/wscript
@@ -83,7 +83,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')