Keep support for legacy "IDE_EXTRA_DATA" // Resolve #4379

This commit is contained in:
Ivan Kravets
2022-08-04 10:48:37 +03:00
parent a4756987a4
commit 59902abd09

View File

@ -185,6 +185,7 @@ def exists(_):
def generate(env):
env["IDE_EXTRA_DATA"] = {} # legacy support
env["INTEGRATION_EXTRA_DATA"] = {}
env.AddMethod(IsIntegrationDump)
env.AddMethod(DumpIntegrationIncludes)