Skip to content

Commit afa9459

Browse files
committed
add missing files to build
1 parent b8d990d commit afa9459

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libssh-rs-sys/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,15 @@ fn main() {
236236
"server.c",
237237
"session.c",
238238
"sftp.c",
239+
"sftp_common.c",
240+
"sftp_aio.c",
239241
"socket.c",
240242
"string.c",
241243
"threads.c",
242244
"threads/libcrypto.c",
243245
"threads/noop.c",
244246
"token.c",
247+
"ttyopts.c",
245248
"wrapper.c",
246249
] {
247250
cfg.file(&format!("vendored/src/{}", f));

0 commit comments

Comments
 (0)