Correct crate-type to match other native programs

This commit is contained in:
Michael Vines 2018-12-17 14:56:06 -08:00 committed by Grimes
parent 0f4837980f
commit fc56e1e517
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ solana-sdk = { path = "../../../sdk", version = "0.11.0" }
[lib]
name = "solana_storage_program"
crate-type = ["dylib"]
crate-type = ["cdylib"]