Skip to content

Commit 79f3a3d

Browse files
committed
docs
1 parent 76d581c commit 79f3a3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

python/uv/private/uv.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ uv.configure(
8484
target_settings = ["//my_config_setting_label"],
8585
compatible_with = ["@platforms//os:exotic"],
8686
)
87+
88+
# Add an extra platform that can be used with your version.
89+
uv.configure(
90+
platform = "patched-binary",
91+
target_settings = ["//my_super_config_setting"],
92+
urls = ["https://example.zip"],
93+
sha256 = "deadbeef",
94+
)
8795
```
8896
8997
::::tip

0 commit comments

Comments
 (0)