From 4f6e6eb285e0e925271d632cc688811ca4e8c5a2 Mon Sep 17 00:00:00 2001 From: Kiril Gorovoy Date: Thu, 12 Jan 2017 17:05:22 -0800 Subject: 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 --- third_party/jpeg/jpeg.BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/jpeg') 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" -- cgit v1.2.3