Update BUILD

This commit is contained in:
Andrew Harp 2016-04-04 16:13:31 -04:00
parent b56b461e49
commit 3b4e7dcf29

2
BUILD
View File

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