diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-05 00:27:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-05 00:47:35 +0100 |
| commit | 8f8d6088ef82644fdf45a9660921b620ae312f5e (patch) | |
| tree | ef8cd443395980558c3b9f183ec3d518ccb91332 /cscript | |
| parent | e6c3f6df0ba54298e95af887b8c39d978d0b0337 (diff) | |
Fix for new asdcplib repo.
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', 'd8490c6'), ('libcxml', '0d18df4'), ('libdcp', None)) + return (('asdcplib', 'carl'), ('libcxml', '0d18df4'), ('libdcp', None)) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
