diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-16 11:58:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-17 14:30:07 +0100 |
| commit | 4a881464d25ee799f20753a8afcc4d84089d5a98 (patch) | |
| tree | 117ffa3f3701e43c22bfffbfec556e3100a816cb | |
| parent | c147d2e7fa28ec397d5c83542beb935563aee62b (diff) | |
Bump libdcp.v1.4.x-laszlo
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.16')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.x-laszlo')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
