From 28fe48cd1a6eb813b898650fcbdd734e5de67fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Lind=C3=A9n?= Date: Fri, 1 May 2015 12:18:24 +0200 Subject: [PATCH] generate svnversion.h before building cxx objects (so that also cxx sources can use the header) --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 288523af..a1eebd2c 100644 --- a/wscript +++ b/wscript @@ -717,7 +717,7 @@ def build(bld): rule = '%s ${TGT}' % script, name = 'svnversion', runnable_status = Task.RUN_ME, - before = 'c', + before = 'c cxx', color = 'BLUE', post_run = post_run, target = [bld.path.find_or_declare('svnversion.h')]