summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-19 23:58:37 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-19 23:58:37 +0200
commit5a2ff19aae77300a40e253d70d03865815070986 (patch)
tree4713c748694bdf68738b9895d059d0f8849d03fe /cscript
parentf7f19c90a29bc76726b7fcf237a9992b839a49fd (diff)
Bump waf here and in libdcp for Python 3.10 support.v1.6.31
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 44f6762..b83a4c0 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.27'))
+ return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.28'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory