aboutsummaryrefslogtreecommitdiff
path: root/pw_build/pigweed.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/pigweed.bzl')
-rw-r--r--pw_build/pigweed.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_build/pigweed.bzl b/pw_build/pigweed.bzl
index a519b4b24..a1e24bc10 100644
--- a/pw_build/pigweed.bzl
+++ b/pw_build/pigweed.bzl
@@ -14,7 +14,7 @@
"""Pigweed build environment for bazel."""
load(
- ":bazel_internal/pigweed_internal.bzl",
+ "//pw_build/bazel_internal:pigweed_internal.bzl",
_add_cc_and_c_targets = "add_cc_and_c_targets",
_has_pw_assert_dep = "has_pw_assert_dep",
)