summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-08-22 16:07:22 -0400
committerEliot Horowitz <eliot@10gen.com>2011-08-22 16:07:35 -0400
commitafa9b2b469b9f31ddb33d644de2d468c3a42c549 (patch)
tree3be0dc481308cc8b9c8986ddd864138fac05c72b /third_party
parenteb03b83deadc451c23b7169c7a96c8b9c4c6fb88 (diff)
downloadmongo-afa9b2b469b9f31ddb33d644de2d468c3a42c549.tar.gz
put our sm version at the front
Diffstat (limited to 'third_party')
-rw-r--r--third_party/sm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sm.py b/third_party/sm.py
index 522964098ef..f37056bc2f8 100644
--- a/third_party/sm.py
+++ b/third_party/sm.py
@@ -51,7 +51,7 @@ def configure( env , fileLists , options ):
else:
env.Append( CPPDEFINES=[ "XP_UNIX" ] )
- env.Append( CPPPATH=[root] )
+ env.Prepend( CPPPATH=[root] )
myenv = env.Clone()
myenv.Append( CPPDEFINES=[ "JSFILE" , "EXPORT_JS_API" , "JS_C_STRINGS_ARE_UTF8" ] )