mirror of https://github.com/status-im/evmc.git
rust: compile examples for cdylib and not dylib
This avoids the issue of depending on a dynamically linked rust-libstd
This commit is contained in:
parent
ef2e180dfd
commit
73951327ba
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
|
||||
[lib]
|
||||
name = "examplerustvm"
|
||||
crate-type = ["staticlib", "dylib"]
|
||||
crate-type = ["staticlib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
evmc-sys = { path = "../../bindings/rust/evmc-sys" }
|
||||
|
|
Loading…
Reference in New Issue