mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Fix calling the proper configure()s.
This commit is contained in:
parent
07b262c841
commit
1fb86ff755
@ -139,6 +139,9 @@ for d in database_list:
|
|||||||
|
|
||||||
SConscript("database/" + d + "/SCsub")
|
SConscript("database/" + d + "/SCsub")
|
||||||
|
|
||||||
|
sys.path.remove(tmppath)
|
||||||
|
sys.modules.pop("detect")
|
||||||
|
|
||||||
Export("env")
|
Export("env")
|
||||||
|
|
||||||
SConscript("core/SCsub")
|
SConscript("core/SCsub")
|
||||||
|
Loading…
Reference in New Issue
Block a user