summaryrefslogtreecommitdiff
path: root/src/third_party/abseil-cpp-master/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/abseil-cpp-master/SConscript')
-rw-r--r--src/third_party/abseil-cpp-master/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/abseil-cpp-master/SConscript b/src/third_party/abseil-cpp-master/SConscript
index 99f6a378c1b..ad6caeb01d1 100644
--- a/src/third_party/abseil-cpp-master/SConscript
+++ b/src/third_party/abseil-cpp-master/SConscript
@@ -9,6 +9,7 @@ env.Library(
source=[
"abseil-cpp/absl/hash/internal/city.cc",
"abseil-cpp/absl/hash/internal/hash.cc",
+ "abseil-cpp/absl/hash/internal/wyhash.cc",
]
)