summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-08-22 16:07:04 -0400
committerEliot Horowitz <eliot@10gen.com>2011-08-22 16:07:35 -0400
commiteb03b83deadc451c23b7169c7a96c8b9c4c6fb88 (patch)
tree2c079ed0989d0d32670d1f47da6a4a3bcb879e79 /third_party
parentb31c71b298852586dbc5017d2070a4bb5e1dd93c (diff)
downloadmongo-eb03b83deadc451c23b7169c7a96c8b9c4c6fb88.tar.gz
put our own versions at the front
Diffstat (limited to 'third_party')
-rw-r--r--third_party/pcre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/pcre.py b/third_party/pcre.py
index 9c74214e143..a2007223931 100644
--- a/third_party/pcre.py
+++ b/third_party/pcre.py
@@ -25,7 +25,7 @@ def getFiles():
def configure( env , fileLists , options ):
#fileLists = { "serverOnlyFiles" : [] }
- env.Append( CPPPATH=["./third_party/pcre-7.4/"] )
+ env.Prepend( CPPPATH=["./third_party/pcre-7.4/"] )
myenv = env.Clone()
myenv.Append( CPPDEFINES=["HAVE_CONFIG_H"] )