aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jpeg
diff options
context:
space:
mode:
authorGravatar Kiril Gorovoy <kgorovoy@google.com>2017-01-12 17:05:22 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-12 17:23:48 -0800
commit4f6e6eb285e0e925271d632cc688811ca4e8c5a2 (patch)
tree22fcc77bfa41c6b9c2736ed84e1b3ce73c487a9f /third_party/jpeg
parent1013cee707d664e5122084e5fcaf162d168e1dea (diff)
Temporary fix of bazel dependencies when including TensorFlow as a submodule. Undo change when this use-case is supported in native.http_archive in Bazel.
Change: 144390772
Diffstat (limited to 'third_party/jpeg')
-rw-r--r--third_party/jpeg/jpeg.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/jpeg/jpeg.BUILD b/third_party/jpeg/jpeg.BUILD
index 37401b41d0..78e03eadcf 100644
--- a/third_party/jpeg/jpeg.BUILD
+++ b/third_party/jpeg/jpeg.BUILD
@@ -5,7 +5,7 @@ licenses(["notice"]) # custom notice-style license, see LICENSE.md
exports_files(["LICENSE.md"])
-load("@//third_party:common.bzl", "template_rule")
+load("@%ws%//third_party:common.bzl", "template_rule")
libjpegturbo_nocopts = "-[W]error"