aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/d/hello_lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d/hello_lib/BUILD')
-rw-r--r--examples/d/hello_lib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/d/hello_lib/BUILD b/examples/d/hello_lib/BUILD
index a4d901d224..3b4f084737 100644
--- a/examples/d/hello_lib/BUILD
+++ b/examples/d/hello_lib/BUILD
@@ -1,7 +1,7 @@
package(default_visibility = ["//visibility:public"])
load(
- "/tools/build_defs/d/d",
+ "//tools/build_defs/d:d.bzl",
"d_docs",
"d_library",
"d_source_library",