summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-02 15:26:06 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-02 15:26:06 +0200
commit1c2a885524ccf75ecf8ff06560a9c09dc3734164 (patch)
tree4a570ab82b5f696e5066c4518f44beca8714a3c5
parentd08aa275ce0db7dbdbf65c10fe04368082c70ba5 (diff)
Use new cscript syntax.
-rw-r--r--cscript3
1 files changed, 1 insertions, 2 deletions
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 = ''