aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@users.noreply.github.com>2016-04-04 16:13:31 -0400
committerGravatar Andrew Harp <andrewharp@users.noreply.github.com>2016-04-04 16:13:31 -0400
commit3b4e7dcf290b32695c13594e0e465de181ae87c0 (patch)
tree1f1ba23be3157fa4e9ecbc9e2d3b2066e8576ee5 /BUILD
parentb56b461e4918992bfe122e7596f8620dcc3dd6de (diff)
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"],
})