This commit is contained in:
Er2 2023-05-12 21:13:27 +03:00
parent faa452222e
commit 8241777248
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ def options(opt):
return
def configure(conf):
conf.define('PROTECTED_THINGS_DISABLE', 1)
conf.define('VRAD', 1)
conf.define('MAX_TOOL_THREADS', 1)
conf.define('THREADINDEX_MAIN', 0)

View File

@ -455,7 +455,7 @@ def configure(conf):
conf.load('mm_hook')
define_platform(conf)
conf.env.targets = set(conf.env.targets)
conf.env.targets = list(set(conf.env.targets))
conf.env.REL_VERSION = VERSION
conf.env.BIT32_MANDATORY = not conf.options.ALLOW64