aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2019-07-16 17:49:14 +0200
committerGitHub <noreply@github.com>2019-07-16 17:49:14 +0200
commit40f0fdcdc1b6930382351571068d71c38484546d (patch)
tree3524cf45638885066f027f5161550b68466359a8 /BUILD
parent78e7bbc3c34bb85ecc9a912929e8b3b224973b05 (diff)
downloadbrotli-40f0fdcdc1b6930382351571068d71c38484546d.tar.gz
Explicitly mark tests/testdata/* as binary. (#761)
Fixes #760 Drive-by: * update go_rules * modernize brotli_inc * fix wrapper build * update PY to 3 in Travis / OSX / Bazel build * upgrade JS Bazel rules.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index fa8ac13..4c9b57a 100644
--- a/BUILD
+++ b/BUILD
@@ -99,7 +99,7 @@ cc_library(
name = "brotli_inc",
hdrs = [":public_headers"],
copts = STRICT_C_OPTIONS,
- includes = ["c/include"],
+ strip_include_prefix = "c/include",
)
cc_library(