summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-14 02:00:40 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-14 02:00:40 +0200
commit3768b728b46dcfd4bb6c34a70f566a31b09c6409 (patch)
treed8e5ee4389c343fb460701dea8c2f26c56a1f149
parenta7fe7884cbbf95b59c96b088542d9145654bab1d (diff)
Bump libcxml for static boost build fixes.v1.8.105
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 618b2fb9..b08c366e 100644
--- a/cscript
+++ b/cscript
@@ -35,7 +35,7 @@ import os
import shutil
def dependencies(target, options):
- return (('libcxml', 'v0.17.6'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
+ return (('libcxml', 'v0.17.11'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-dumpimage --disable-benchmarks --prefix=%s' % target.directory