Skip to content

Commit b7c993e

Browse files
committed
build staticlib too
1 parent 6e45777 commit b7c993e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
description = "FFI bindings to drift program"
66

77
[lib]
8-
crate-type = ["cdylib"]
8+
crate-type = ["staticlib", "cdylib"]
99

1010
[dependencies]
1111
abi_stable = "0.11"

0 commit comments

Comments
 (0)