Debug.
authorCarl Hetherington <cth@carlh.net>
Mon, 30 Mar 2020 23:25:38 +0000 (01:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 30 Mar 2020 23:25:38 +0000 (01:25 +0200)
cscript

diff --git a/cscript b/cscript
index aa2a46b41bf54f725a8f95d14e533c1cf9afe260..4425693310efa65c2e34eacf59ae73b9f222ec55 100644 (file)
--- 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'