浏览代码

Update BUILD

Andrew Harp 9 年之前
父节点
当前提交
3b4e7dcf29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BUILD

+ 1 - 1
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"],
 })