diff --git a/programs/native/move_funds/Cargo.toml b/programs/native/move_funds/Cargo.toml index 1f2a1a909c..63400136cd 100644 --- a/programs/native/move_funds/Cargo.toml +++ b/programs/native/move_funds/Cargo.toml @@ -10,5 +10,5 @@ solana_program_interface = { path = "../../../common" } [lib] name = "move_funds" -crate-type = ["dylib"] +crate-type = ["cdylib"] diff --git a/programs/native/noop/Cargo.toml b/programs/native/noop/Cargo.toml index e4e8350f21..91910102fc 100644 --- a/programs/native/noop/Cargo.toml +++ b/programs/native/noop/Cargo.toml @@ -8,5 +8,5 @@ solana_program_interface = { path = "../../../common" } [lib] name = "noop" -crate-type = ["dylib"] +crate-type = ["cdylib"] diff --git a/programs/native/solua/Cargo.toml b/programs/native/solua/Cargo.toml index 8043d8ad6f..2c2cdda199 100644 --- a/programs/native/solua/Cargo.toml +++ b/programs/native/solua/Cargo.toml @@ -12,5 +12,5 @@ bincode = "1.0.0" [lib] name = "solua" -crate-type = ["dylib"] +crate-type = ["cdylib"]