mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 15:01:31 +11:00
Add staticlib target for libportability
This commit is contained in:
parent
8be1de3d3d
commit
7e80b10bfa
|
@ -10,7 +10,7 @@ authors = [
|
|||
|
||||
[lib]
|
||||
name = "portability"
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["staticlib", "cdylib"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue