diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-26 20:56:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:50 +0200 |
| commit | 2f709134a4ce1a3668a0219f0a99369df3e89289 (patch) | |
| tree | 72255ff72428a525f700dcbcc7190fab14c0db89 /wscript | |
| parent | e7d983c4a39b53cc6feae13701400904916eea94 (diff) | |
Looks like we also need an explicit dep on messenger.h
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -624,6 +624,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') |
