mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01: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.append("modules")
|
||||
#temporarily, these should be handled in a different pass
|
||||
modfol.append("backends")
|
||||
module_folders = list()
|
||||
|
||||
for fol in modfol:
|
||||
|
Loading…
Reference in New Issue
Block a user