Moved all the recipes that weren't actually recipes to addons.
This commit is contained in:
@@ -433,8 +433,8 @@ env.AddMethod(_wrap_builder(env.UnitySharedLibrary, is_lib = True), 'UnityShared
|
||||
if hasattr(env, 'Gch'):
|
||||
env.AddMethod(_wrap_builder(env.Gch), 'Gch')
|
||||
|
||||
if hasattr(env, 'Jinja'):
|
||||
env = SConscript('addons/jinja.py', exports = 'env')
|
||||
for addon_file in env.Glob('addons/*.py'):
|
||||
env = SConscript(addon_file, exports = 'env')
|
||||
|
||||
if dump_env:
|
||||
print('==== Begin Environment Dump =====')
|
||||
|
||||
Reference in New Issue
Block a user