summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-05 00:34:52 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-05 00:34:52 +0100
commit6b2a0be7d5129aafd5e17ff3bf80d69a1b14af5b (patch)
tree5e533f91eadb7b72dece412ca57a6b36d5f550b4 /cscript
parentddfee3bb5861be8a6d29070e2ebce7d8f54841b8 (diff)
Fix use of atleast_version which these days does nothing.v1.8.36
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5750c937..a236dd5a 100644
--- a/cscript
+++ b/cscript
@@ -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