diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-13 14:55:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-13 15:14:38 +0100 |
| commit | 1ed8ca425156f1633bafa4e8ace39817b0bbc042 (patch) | |
| tree | 3442bcc2b269fc00a2a011320b5dfac7c35a0000 | |
| parent | 0a93aa1910203e1c355b6e48ccdede4a14fdd421 (diff) | |
Bump libdcp for build fix.new-mxe
| -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', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.31')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', '970315483257522808270ca0f7a72c2c5c7fc26a')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
