Use cdylib to avoid runtime libstd dependencies

This commit is contained in:
Michael Vines 2018-10-09 15:35:59 -07:00
parent e83834e6be
commit 5f8cbf359e
3 changed files with 3 additions and 3 deletions

View File

@ -10,5 +10,5 @@ solana_program_interface = { path = "../../../common" }
[lib]
name = "move_funds"
crate-type = ["dylib"]
crate-type = ["cdylib"]

View File

@ -8,5 +8,5 @@ solana_program_interface = { path = "../../../common" }
[lib]
name = "noop"
crate-type = ["dylib"]
crate-type = ["cdylib"]

View File

@ -12,5 +12,5 @@ bincode = "1.0.0"
[lib]
name = "solua"
crate-type = ["dylib"]
crate-type = ["cdylib"]