mirror of https://github.com/astral-sh/uv
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
|
|
@ -13,8 +13,6 @@ repository = { workspace = true }
|
|||
authors = { workspace = true }
|
||||
|
||||
[lib]
|
||||
name = "uv_pep508"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
doctest = false
|
||||
|
||||
[lints]
|
||||
|
|
|
|||
Loading…
Reference in New Issue