From: Carl Hetherington Date: Mon, 30 Mar 2020 23:25:38 +0000 (+0200) Subject: Debug. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=9425e383591be8abe17b588f5d8c3b2a39bbec6d;p=dcpomatic.git Debug. --- diff --git a/cscript b/cscript index aa2a46b41..442569331 100644 --- a/cscript +++ b/cscript @@ -414,6 +414,8 @@ def configure_options(target, options): if target.debug and target.platform == 'windows': opt += ' --static-dcpomatic' + print("options=%s" % options) + print("can_build_disk=%s" % can_build_disk(target)) if can_build_disk(target) and options['disk']: opt += ' --enable-disk'