mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
fix module searchpath for 2.2
This commit is contained in:
parent
4559b1cfd8
commit
bde4065f5a
@ -861,7 +861,7 @@ def doConfigure(myenv):
|
||||
|
||||
# discover modules (subdirectories of db/modules/), and
|
||||
# load the (python) module for each module's build.py
|
||||
modules = moduleconfig.discover_modules('.')
|
||||
modules = moduleconfig.discover_modules('src/mongo/')
|
||||
|
||||
# ask each module to configure itself, and return a
|
||||
# dictionary of name => list_of_sources for each module.
|
||||
|
Loading…
Reference in New Issue
Block a user