summaryrefslogtreecommitdiff
path: root/src/third_party/murmurhash3
diff options
context:
space:
mode:
authorAndrew Morrow <acm@10gen.com>2013-11-18 14:39:45 -0500
committerAndrew Morrow <acm@10gen.com>2013-11-18 21:20:32 -0500
commitb0cd366ef38cd300a19379628dd89088b4b19774 (patch)
tree58ec177ec9ce211c35d00ba5d3e375ece045e8f6 /src/third_party/murmurhash3
parent406ca294a71842f279d59ebdd42c1a92f0b72791 (diff)
downloadmongo-b0cd366ef38cd300a19379628dd89088b4b19774.tar.gz
SERVER-11658 Consistently use Library target
Diffstat (limited to 'src/third_party/murmurhash3')
-rw-r--r--src/third_party/murmurhash3/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/murmurhash3/SConscript b/src/third_party/murmurhash3/SConscript
index 7ef456e90e2..daab692df41 100644
--- a/src/third_party/murmurhash3/SConscript
+++ b/src/third_party/murmurhash3/SConscript
@@ -1,2 +1,2 @@
Import("env")
-env.StaticLibrary("murmurhash3", ["MurmurHash3.cpp"])
+env.Library("murmurhash3", ["MurmurHash3.cpp"])