aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-15 15:29:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-15 15:33:39 -0700
commit00590b6973cb071744cdd1335a161b17866dea87 (patch)
tree37541ca4dec376c984980882b87b5f363c554723 /tensorflow/BUILD
parent76d5ee6d1fd6bc9c45b26c03194fae9053569990 (diff)
Fix the MKL build by correcting misspelled references to MKL's build package.
PiperOrigin-RevId: 208894550
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index f1000c1bff..94e059b914 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -431,7 +431,7 @@ filegroup(
name = "intel_binary_blob",
data = if_mkl_ml(
[
- "//third_party/intel_mkl_ml",
+ "//third_party/mkl:intel_binary_blob",
],
),
)