diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:38:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:38:32 +0000 |
| commit | 505abe39a51d5b858d8caff194fedda83e7e59b9 (patch) | |
| tree | 2349ec006ebe6d93ba2fdc5ffbdca0a82983d4e9 /cscript | |
| parent | 5ee64b29d9377944e36451dcf8802fdc04f23f3c (diff) | |
Bump libcxml for OS X fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import os def dependencies(target): - return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.4')) + return (('asdcplib-cth', '6648afc'), ('libcxml', 'caa3f20'), ('libdcp', '6c0c06a')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
