From 5a1e22b753225a7fa14f4ae60c06cf50bce6b9a6 Mon Sep 17 00:00:00 2001 From: Michael Case Date: Tue, 28 Nov 2017 15:45:09 -0800 Subject: Remove temp_workaround_http_archive. PiperOrigin-RevId: 177230105 --- 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 f6078052ec..e431f19382 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("@%ws%//third_party:common.bzl", "template_rule") +load("@org_tensorflow//third_party:common.bzl", "template_rule") libjpegturbo_nocopts = "-[W]error" -- cgit v1.2.3