Skip to content

Commit 019cfeb

Browse files
authored
Fix build: absl moved copts.bzl. (census-instrumentation#254)
1 parent 6c8517e commit 019cfeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencensus/copts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We use the same flags as absl, plus turn some warnings into errors.
2222
"""
2323

2424
load(
25-
"@com_google_absl//absl:copts.bzl",
25+
"@com_google_absl//absl:copts/configure_copts.bzl",
2626
"GCC_FLAGS",
2727
"GCC_TEST_FLAGS",
2828
"LLVM_FLAGS",

0 commit comments

Comments
 (0)