diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:54:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:54:28 +0100 |
| commit | 2115170a6f8c3fa0cec8c15fc3f3b81282a6e87f (patch) | |
| tree | 1e1f86eab89745410ce1d4c218bc00ef2e475ba4 /cscript | |
| parent | ee5d2c8c1d4e79fdb470687b020a5acb234e9024 (diff) | |
Remove unused stuff.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
