summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authoragirbal <antoine@10gen.com>2011-05-05 16:30:55 -0700
committeragirbal <antoine@10gen.com>2011-05-10 15:30:01 -0700
commit8d13203c40150d93b5747adf4430a8b6edd21ac9 (patch)
treed67d5f240f99b4e770dcd46e0b59fed5c928231d /SConstruct
parentff711f0d48ac22e403682925e53d11a980b92fea (diff)
downloadmongo-8d13203c40150d93b5747adf4430a8b6edd21ac9.tar.gz
SERVER-2976: added M/R pure jsMode with collection output
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index b69be3b45aa..fc4d792cca9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -737,8 +737,8 @@ if nix:
os.unlink('pch.h.gch') # gcc uses the file if it exists
if usev8:
- env.Append( CPPPATH=["../v8/include/"] )
- env.Append( LIBPATH=["../v8/"] )
+ env.Prepend( CPPPATH=["../v8/include/"] )
+ env.Prepend( LIBPATH=["../v8/"] )
if "uname" in dir(os):