diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-26 20:25:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-26 20:25:57 +0200 |
| commit | 198fcbd0105f5e9ab4cba14f5f20a68826384e4a (patch) | |
| tree | 1b78af1c69719368a121721cec4d476eab497d4e | |
| parent | f8b6f6764ea155e3e4aef35249b6bcea8b59c699 (diff) | |
fixup! libdcp debug2267-debug
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'a2d2e96446e35cd0914dfe2ae14e4c61e6b30fcf')) + return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '384ab3ddb154d6816e0a1a978854ff1e9216a44b')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
