diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-10 00:54:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-10 00:54:57 +0100 |
| commit | 8e6348051333fbb21b71ceaa54561f2440752cc5 (patch) | |
| tree | 69c778ac9175ce6f9fdf4b6746ce28139834b784 /cscript | |
| parent | cdc42954f45d216adb749651a026b3da0b932afa (diff) | |
Rename asdcplib-cth -> asdcplib.
Diffstat (limited to 'cscript')
| -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', '087d159237ac3fff679767b14e68208bf6093948')) + return (('asdcplib', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', '34baf774724f987d236486b18208affc91f2095b')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
