From 68d0b69165127e259b23515f3d6d62fd1e4fc0ea Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 1 Feb 2016 10:28:54 +0000 Subject: Use labels in load statements This will fix some issue with loading skylark rules from @bazel_tools. Tested with ./compile.sh all and also a project that use pkg_tar from @bazel_tools (which is broken at HEAD). -- Change-Id: Iffbb7134ef5fee497890c4d01b85084973d45ad0 Reviewed-on: https://bazel-review.googlesource.com/2800 MOS_MIGRATED_REVID=113508661 --- examples/dotnet/example_binary/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dotnet/example_binary/BUILD') diff --git a/examples/dotnet/example_binary/BUILD b/examples/dotnet/example_binary/BUILD index 04c126a31e..0b9263c5dc 100644 --- a/examples/dotnet/example_binary/BUILD +++ b/examples/dotnet/example_binary/BUILD @@ -1,4 +1,4 @@ -load("/tools/build_defs/dotnet/csharp", "csharp_binary") +load("//tools/build_defs/dotnet:csharp.bzl", "csharp_binary") csharp_binary( name = "hello", -- cgit v1.2.3