aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-06-13 10:25:46 -0700
committerGitHub <noreply@github.com>2018-06-13 10:25:46 -0700
commitb40cb4bc8bd233330cba2ab09d6e3016b004dce0 (patch)
tree65f32e22602c016642efa25329af4b1a2d90e637
parentef9d868353acfc919e7e38e961a87f4fa0f1064b (diff)
parent8be6967ca801526c12465f4f0a33d944b911ded4 (diff)
downloadprotobuf-b40cb4bc8bd233330cba2ab09d6e3016b004dce0.tar.gz
protobuf-b40cb4bc8bd233330cba2ab09d6e3016b004dce0.tar.bz2
protobuf-b40cb4bc8bd233330cba2ab09d6e3016b004dce0.zip
Merge pull request #4760 from dslomov/fix-buildfile-references
Update build file locations.
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a256d49b..58e7a832 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
new_local_repository(
name = "submodule_gmock",
path = "third_party/googletest",
- build_file = "third_party/googletest/BUILD.bazel"
+ build_file = "@//:third_party/googletest/BUILD.bazel"
)
http_archive(
name = "six_archive",
- build_file = "six.BUILD",
+ build_file = "@//:six.BUILD",
sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55"],
)