From 5be675eb0332ccf660a81df51701146997ef9fcb Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 25 Sep 2017 00:27:32 -0400 Subject: Use BoolVariable for module options. --- modules/tinyexr/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tinyexr') diff --git a/modules/tinyexr/config.py b/modules/tinyexr/config.py index 9cbf22cdc6..3e16fd725e 100644 --- a/modules/tinyexr/config.py +++ b/modules/tinyexr/config.py @@ -7,5 +7,5 @@ def configure(env): # Tools only, disabled for non-tools # TODO: Find a cleaner way to achieve that if not env['tools']: - env["module_tinyexr_enabled"] = "no" + env['module_tinyexr_enabled'] = False env.disabled_modules.append("tinyexr") -- cgit v1.2.3