aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-11 20:24:10 +0800
committerGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-12 10:50:40 +0800
commitbdd8bf316e4ab7d699127d192d30eb614a158462 (patch)
tree85bd4c3243ecb64cbf90a0d242b81263bf786715 /tensorflow/cc/BUILD
parent36032a2dfd38eb7f4fb96baf60e01b8e72bec2b1 (diff)
Remove all references of windows_msvc config_setting
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index a98f0b00b2..9533e96f13 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -595,7 +595,6 @@ tf_cc_binary(
copts = tf_copts(),
linkopts = select({
"//tensorflow:windows": [],
- "//tensorflow:windows_msvc": [],
"//tensorflow:darwin": [
"-lm",
"-lpthread",