From a332bd6be323f03dad5b180fb237afe54f1bf81e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Nov 2020 13:58:33 +0100 Subject: Remove swaroop variant. --- cscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6c70828f7..990ad52f3 100644 --- a/cscript +++ b/cscript @@ -285,9 +285,6 @@ def make_spec(filename, version, target, options, requires=None): print('%{_bindir}/dcpomatic2_playlist', file=f) print('%{_bindir}/dcpomatic2_openssl', file=f) print('%{_bindir}/dcpomatic2_combiner', file=f) - if options['variant'] == 'swaroop-studio': - print('%{_bindir}/dcpomatic2_ecinema', file=f) - print('%{_bindir}/dcpomatic2_uuid', file=f) if os.path.exists(os.path.join(tools, "dcpomatic2_disk")): print('%{_bindir}/dcpomatic2_disk', file=f) print('%{_bindir}/dcpomatic2_disk_writer', file=f) -- cgit v1.2.3