This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
generate svnversion.h before building cxx objects (so that also cxx sources can
use the header)
tags/v1.9.11-RC1
Karl Lindén
10 years ago
parent
dd934f8f86
commit
28fe48cd1a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wscript
+ 1
- 1
wscript
View File
@@ -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')]
Write
Preview
Loading…
Cancel
Save