Aded a new backends folder. Right now the build system builds them as normal modules, but they will probably end up in a different step eventually.

This commit is contained in:
Relintai 2021-07-07 14:20:55 +02:00
parent f21b4362c6
commit 29496598c4
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ for x in sorted(glob.glob("database/*")):
modfol = env_base["module_folders"].split(";") modfol = env_base["module_folders"].split(";")
modfol.append("modules") modfol.append("modules")
#temporarily, these should be handled in a different pass
modfol.append("backends")
module_folders = list() module_folders = list()
for fol in modfol: for fol in modfol: