mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
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:
parent
f21b4362c6
commit
29496598c4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user