summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-08 21:54:28 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 21:54:28 +0100
commit2115170a6f8c3fa0cec8c15fc3f3b81282a6e87f (patch)
tree1e1f86eab89745410ce1d4c218bc00ef2e475ba4 /cscript
parentee5d2c8c1d4e79fdb470687b020a5acb234e9024 (diff)
Remove unused stuff.
Diffstat (limited to 'cscript')
-rw-r--r--cscript7
1 files changed, 3 insertions, 4 deletions
diff --git a/cscript b/cscript
index 64eb4e9..5c32fbf 100644
--- a/cscript
+++ b/cscript
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+# Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
#
# This file is part of libsub.
#
@@ -22,9 +22,8 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- libdcp = ('libdcp', 'd39880e')
- libcxml = ('libcxml', 'c336f86')
- return (('asdcplib', 'carl'), libcxml, libdcp)
+ libdcp = ('libdcp', 'd39880e')
+ return (('asdcplib', 'carl'), libdcp)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory