Skip to content

Commit

Permalink
Fix name of current repo
Browse files Browse the repository at this point in the history
Signed-off-by: John Cater <[email protected]>
  • Loading branch information
katre committed Dec 17, 2024
1 parent 54e48d9 commit d41906f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bazel/example/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ local_repository(
# This part is optional: only needed for custom backends with IR extensions.
repo_mapping = {
# Tells p4c where to look for `:ir_extension` target: in this project.
"@com_github_p4lang_p4c_extension": "@example_p4_project",
# The main repo has no name, so a bare `@` means this repository.
"@com_github_p4lang_p4c_extension": "@",
},
)

Expand Down

0 comments on commit d41906f

Please sign in to comment.