From 29496598c45872660e6924c1c1d2a291957efb2c Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 7 Jul 2021 14:20:55 +0200 Subject: [PATCH] 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. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index 371d3aa..90d7ec7 100644 --- a/SConstruct +++ b/SConstruct @@ -132,6 +132,8 @@ for x in sorted(glob.glob("database/*")): modfol = env_base["module_folders"].split(";") modfol.append("modules") +#temporarily, these should be handled in a different pass +modfol.append("backends") module_folders = list() for fol in modfol: