mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Enable vnum for libraries created in the source directory
This commit is contained in:
parent
5b82ce528c
commit
361e4b7730
@ -535,9 +535,9 @@ def apply_vnum(self):
|
||||
|
||||
# the following task is just to enable execution from the build dir :-/
|
||||
if self.env.DEST_OS != 'openbsd':
|
||||
outs = [node.parent.find_or_declare(name3)]
|
||||
outs = [node.parent.make_node(name3)]
|
||||
if name2 != name3:
|
||||
outs.append(node.parent.find_or_declare(name2))
|
||||
outs.append(node.parent.make_node(name2))
|
||||
self.create_task('vnum', node, outs)
|
||||
|
||||
if getattr(self, 'install_task', None):
|
||||
|
Loading…
Reference in New Issue
Block a user