From: Carl Hetherington Date: Thu, 2 Apr 2020 13:26:06 +0000 (+0200) Subject: Use new cscript syntax. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=1c2a885524ccf75ecf8ff06560a9c09dc3734164;hp=d08aa275ce0db7dbdbf65c10fe04368082c70ba5;p=dcpomatic.git Use new cscript syntax. --- diff --git a/cscript b/cscript index 510fc44d8..71760f030 100644 --- a/cscript +++ b/cscript @@ -380,8 +380,7 @@ def dependencies(target): return deps -def option_defaults(): - return { "gui": True, "variant": None, "disk": False } +option_defaults = { "gui": True, "variant": None, "disk": False } def configure_options(target, options): opt = ''