aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorAndrew Harp <andrewharp@users.noreply.github.com>2016-04-04 16:13:31 -0400
committerAndrew Harp <andrewharp@users.noreply.github.com>2016-04-04 16:13:31 -0400
commit3b4e7dcf290b32695c13594e0e465de181ae87c0 (patch)
tree1f1ba23be3157fa4e9ecbc9e2d3b2066e8576ee5 /BUILD
parentb56b461e4918992bfe122e7596f8620dcc3dd6de (diff)
downloadprotobuf-3b4e7dcf290b32695c13594e0e465de181ae87c0.tar.gz
protobuf-3b4e7dcf290b32695c13594e0e465de181ae87c0.tar.bz2
protobuf-3b4e7dcf290b32695c13594e0e465de181ae87c0.zip
Update BUILD
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 03582503..1615486f 100644
--- a/BUILD
+++ b/BUILD
@@ -24,7 +24,7 @@ config_setting(
# Android builds do not need to link in a separate pthread library.
LINK_OPTS = select({
- "//tensorflow:android": [],
+ ":android": [],
"//conditions:default": ["-lpthread"],
})