Skip to content

Commit

Permalink
Fix relative path to nanobind_bazel checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjng committed Jan 5, 2025
1 parent ba6703f commit bdbbe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanobind_bazel_local_override.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 7723d4c..a15a36b 100644
+bazel_dep(name = "nanobind_bazel", version = "")
+local_path_override(
+ module_name = "nanobind_bazel",
+ path = "../nanobind-bazel",
+ path = "../",
+)
bazel_dep(name = "rules_python", version = "1.0.0")

Expand Down

0 comments on commit bdbbe39

Please sign in to comment.