Andrew Harp hace 9 años
padre
commit
3b4e7dcf29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"],
 })