From 1fb86ff755a9afabcea4d14deaca37133cabdfd8 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 28 Nov 2020 14:52:10 +0100 Subject: [PATCH] Fix calling the proper configure()s. --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SConstruct b/SConstruct index 182b3a0..957a6f1 100644 --- a/SConstruct +++ b/SConstruct @@ -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")