mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix musl cdylib warning (#10268)
The `cdylib` was used for the pyo3 bindings to uv-pep508, which don't exist anymore. It was now creating warnings on musl due to musl (statically linked) no supporting shared libraries.
This commit is contained in:
parent
475e33af7e
commit
f5a60d1a18
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ repository = { workspace = true }
|
|||
authors = { workspace = true }
|
||||
|
||||
[lib]
|
||||
name = "uv_pep508"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
doctest = false
|
||||
|
||||
[lints]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue