Skip to content

Commit

Permalink
fix module search path
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Hunt committed Sep 18, 2012
1 parent 0413034 commit 853db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -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.
Expand Down

0 comments on commit 853db71

Please sign in to comment.