diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-07-26 17:17:52 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-07-26 17:17:52 -0400 |
commit | 723c40aee68461599de37cf38060a63601026e51 (patch) | |
tree | 8658455f0e8d574513ff2f84cefab3ebc99a6248 /SConstruct | |
parent | a85b659bb6cc722a407e0fea6c39d2a523382a78 (diff) | |
parent | b9cbee6a54bdc43ac1c4c2bbaa0556f4ebef4987 (diff) | |
download | mongo-723c40aee68461599de37cf38060a63601026e51.tar.gz |
Merge branch 'master' of github.com:mongodb/mongo
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index f6989a6469d..9692791e356 100644 --- a/SConstruct +++ b/SConstruct @@ -245,7 +245,7 @@ AddOption("--sharedclient", AddOption("--full", dest="full", - action="store", + action="store_true", help="include client and headers when doing scons install") AddOption("--smokedbprefix", |