Moved all the recipes that weren't actually recipes to addons.

This commit is contained in:
2024-08-04 13:11:10 +02:00
parent bbfec6c98a
commit 7d070c7e68
29 changed files with 63 additions and 43 deletions

View File

@@ -3,6 +3,9 @@ import pathlib
Import('env')
if not hasattr(env, 'Jinja'):
Return('env')
def _jinja_load_config(env, config_name):
searched_paths = []
for scons_path in env['JINJA_CONFIG_SEARCHPATH']: