diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-26 20:56:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-29 21:19:56 +0100 |
| commit | 06eb74e3b65e31fbc8151ba0c703512bfa88015c (patch) | |
| tree | 2b6f060195b0137ca2a166a732b4eed38d541488 | |
| parent | bab94513cbc85b12a0c921ec44aa8727c91a07a4 (diff) | |
Looks like we also need an explicit dep on messenger.h
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -633,6 +633,7 @@ def build(bld): 'src/tools/dcpomatic_batch.cc' ): bld.add_manual_dependency(bld.path.find_node(dep), bld.path.find_node('src/lib/grok/context.h')) + bld.add_manual_dependency(bld.path.find_node(dep), bld.path.find_node('src/lib/grok/messenger.h')) bld.recurse('src') bld.recurse('graphics') |
