summaryrefslogtreecommitdiff
path: root/third_party/snappy.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/snappy.py')
-rw-r--r--third_party/snappy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/snappy.py b/third_party/snappy.py
index c70cb28..e53ee63 100644
--- a/third_party/snappy.py
+++ b/third_party/snappy.py
@@ -9,3 +9,6 @@ def configure( env , fileLists , options ):
files = ["third_party/snappy/snappy.cc", "third_party/snappy/snappy-sinksource.cc"]
fileLists["serverOnlyFiles"] += [ myenv.Object(f) for f in files ]
+
+def configureSystem( env , fileLists , options ):
+ configure( env , fileLists , options )