summaryrefslogtreecommitdiff
path: root/third_party/pcre.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pcre.py')
-rw-r--r--third_party/pcre.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/pcre.py b/third_party/pcre.py
index a200722..ad9d6bb 100644
--- a/third_party/pcre.py
+++ b/third_party/pcre.py
@@ -31,6 +31,9 @@ def configure( env , fileLists , options ):
myenv.Append( CPPDEFINES=["HAVE_CONFIG_H"] )
fileLists["commonFiles"] += [ myenv.Object(f) for f in getFiles() ]
+def configureSystem( env , fileLists , options ):
+
+ env.Append( LIBS=[ "pcrecpp" ] )
if __name__ == "__main__":