commit | a08dc3f1f143ff848c8698d2f38358c86d474fcb | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 00:40:28 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Jun 06 16:27:47 2018 -0400 |
tree | e4a52ba964def9ecfb3f9e8f6188def4b3b107d5 | |
parent | 301220346e87613acd7c1642c7107f6318d2d192 [diff] [blame] |
build: require gcc >= 5.3 and switch to C++14 Change-Id: I93c8fc238cc2654346bbc69a9d8ea83d1c0b099e Refs: #3076, #4462
diff --git a/wscript b/wscript index 809f5c6..5b9b8f8 100644 --- a/wscript +++ b/wscript
@@ -185,7 +185,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')