Fix calling the proper configure()s.

This commit is contained in:
Relintai 2020-11-28 14:52:10 +01:00
parent 07b262c841
commit 1fb86ff755

View File

@ -139,6 +139,9 @@ for d in database_list:
SConscript("database/" + d + "/SCsub")
sys.path.remove(tmppath)
sys.modules.pop("detect")
Export("env")
SConscript("core/SCsub")