aboutsummaryrefslogtreecommitdiffhomepage
path: root/farmhash.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'farmhash.BUILD')
-rw-r--r--farmhash.BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/farmhash.BUILD b/farmhash.BUILD
index d054797a56..6a1d4da6e5 100644
--- a/farmhash.BUILD
+++ b/farmhash.BUILD
@@ -9,15 +9,14 @@ config_setting(
},
)
-
cc_library(
name = "farmhash",
srcs = ["src/farmhash.cc"],
hdrs = ["src/farmhash.h"],
# Disable __builtin_expect support on Windows
copts = select({
- ":windows" : ["/DFARMHASH_OPTIONAL_BUILTIN_EXPECT"],
- "//conditions:default" : [],
+ ":windows": ["/DFARMHASH_OPTIONAL_BUILTIN_EXPECT"],
+ "//conditions:default": [],
}),
includes = ["src/."],
visibility = ["//visibility:public"],