summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-01 21:14:55 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-01 21:14:55 +0200
commitb9928d439829352244e09523e2638adcb35e120d (patch)
tree4ca7f3ac956054d4abaa4af67217083c3dfe93d0 /cscript
parent5750312d8f3859460be40688344cd0042840d3b3 (diff)
Missing asdcplib bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ffb7959..0e16b3c 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'df504d64b878a409d469df8a166558919e3c2afb'))
+ return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'df504d64b878a409d469df8a166558919e3c2afb'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory