diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-08-22 16:07:22 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-08-22 16:07:35 -0400 |
commit | afa9b2b469b9f31ddb33d644de2d468c3a42c549 (patch) | |
tree | 3be0dc481308cc8b9c8986ddd864138fac05c72b | |
parent | eb03b83deadc451c23b7169c7a96c8b9c4c6fb88 (diff) | |
download | mongo-afa9b2b469b9f31ddb33d644de2d468c3a42c549.tar.gz |
put our sm version at the front
-rw-r--r-- | third_party/sm.py | 2 |
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" ] ) |