diff options
author | Antonin Kral <a.kral@bobek.cz> | 2012-03-01 13:43:25 +0100 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2012-03-01 13:43:25 +0100 |
commit | ba59b00736b5b8dc0f0bd46397575aaf0cd4d44f (patch) | |
tree | 6364cf3f69677758a13f7aa5f6f06a8ebb652d98 /third_party/snappy.py | |
parent | f0d9a01bccdaeb466c12c92057914bbfef59526c (diff) | |
download | mongodb-ba59b00736b5b8dc0f0bd46397575aaf0cd4d44f.tar.gz |
Imported Upstream version 2.0.3
Diffstat (limited to 'third_party/snappy.py')
-rw-r--r-- | third_party/snappy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/snappy.py b/third_party/snappy.py index e53ee63..e988110 100644 --- a/third_party/snappy.py +++ b/third_party/snappy.py @@ -11,4 +11,4 @@ def configure( env , fileLists , options ): fileLists["serverOnlyFiles"] += [ myenv.Object(f) for f in files ] def configureSystem( env , fileLists , options ): - configure( env , fileLists , options ) + env.Append( LIBS=[ "snappy" ] ) |