diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-21 20:14:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-21 20:14:26 +0100 |
| commit | a9d68327a3092adc44d669ede1bfb1fa2f9cf872 (patch) | |
| tree | 4ab3fca95abc789f2d8d3eb166aef5a5baf9f0f7 /cscript | |
| parent | 4518eac6c41c51e781d2f17e0f26fe7713ac93c1 (diff) | |
Bump libdcp for enum class stuff.
Diffstat (limited to 'cscript')
| -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): - libdcp = ('libdcp', 'b221efe') + libdcp = ('libdcp', 'e5f89bf') return (('asdcplib', 'carl'), libdcp) def build(target, options): |
