diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-05 00:34:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-05 00:34:52 +0100 |
| commit | 6b2a0be7d5129aafd5e17ff3bf80d69a1b14af5b (patch) | |
| tree | 5e533f91eadb7b72dece412ca57a6b36d5f550b4 /cscript | |
| parent | ddfee3bb5861be8a6d29070e2ebce7d8f54841b8 (diff) | |
Fix use of atleast_version which these days does nothing.v1.8.36
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ import os import shutil def dependencies(target, options): - return (('libcxml', 'v0.17.4'), ('openjpeg', 'a1403c2'), ('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b')) + return (('libcxml', 'v0.17.5'), ('openjpeg', 'a1403c2'), ('asdcplib', 'ae75eb417d3804a6d723e2cf09647b54b15df5db')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
