Use BoolVariable for module options.
This commit is contained in:
@ -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_squish_enabled"] = "no"
|
||||
env['module_squish_enabled'] = False
|
||||
env.disabled_modules.append("squish")
|
||||
|
||||
Reference in New Issue
Block a user