summaryrefslogtreecommitdiff
path: root/src/third_party/s2/base/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2017-12-28 16:50:44 -0500
committerAndrew Morrow <acm@mongodb.com>2017-12-29 11:16:37 -0500
commit39a57e323f2b763adb67b848a17c74cc233350c4 (patch)
treecb1a8c642f85af81daf2c76142fa6d3dec231617 /src/third_party/s2/base/SConscript
parenta0210b2e83641619eed60c8b19eb1abd7cf37fa1 (diff)
downloadmongo-39a57e323f2b763adb67b848a17c74cc233350c4.tar.gz
SERVER-32479 Make all library names unique
Diffstat (limited to 'src/third_party/s2/base/SConscript')
-rwxr-xr-xsrc/third_party/s2/base/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/s2/base/SConscript b/src/third_party/s2/base/SConscript
index c2f2b152b0c..217cc864236 100755
--- a/src/third_party/s2/base/SConscript
+++ b/src/third_party/s2/base/SConscript
@@ -7,7 +7,7 @@ env = env.Clone()
env.Append(CCFLAGS=['-Isrc/third_party/s2'])
env.Library(
- "base",
+ "base_s2",
[
"int128.cc",
"logging.cc",