Skip to content

Commit 4b05e89

Browse files
change the livekit-ffi to output a static lib for cpp SDK (#781)
1 parent 0a193a4 commit 4b05e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ webrtc-sys-build = { workspace = true }
5050
livekit-api = { workspace = true }
5151

5252
[lib]
53-
crate-type = ["lib", "cdylib"]
53+
crate-type = ["lib", "staticlib", "cdylib"]

0 commit comments

Comments
 (0)