From 2115170a6f8c3fa0cec8c15fc3f3b81282a6e87f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Jan 2021 21:54:28 +0100 Subject: Remove unused stuff. --- cscript | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 64eb4e9..5c32fbf 100644 --- a/cscript +++ b/cscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2020 Carl Hetherington +# Copyright (C) 2012-2021 Carl Hetherington # # 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 -- cgit v1.2.3