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.
 # Android builds do not need to link in a separate pthread library.
 LINK_OPTS = select({
 LINK_OPTS = select({
-    "//tensorflow:android": [],
+    ":android": [],
     "//conditions:default": ["-lpthread"],
     "//conditions:default": ["-lpthread"],
 })
 })