Skip to content

Commit 0bb4662

Browse files
committed
Use new name of GIT_SSH_MEMORY_CREDENTIALS
Adjust to upstream development[1] that changed the name of this compiler flag. [1]: libgit2.git:3fccf7468ba7a9a9f764984435db83f4588ec905
1 parent 7c11a0f commit 0bb4662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgit2-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The build is now aborting. To disable, unset the variable or use `LIBGIT2_NO_VEN
180180
cfg.include(path);
181181
}
182182
features.push_str("#define GIT_SSH 1\n");
183-
features.push_str("#define GIT_SSH_MEMORY_CREDENTIALS 1\n");
183+
features.push_str("#define GIT_SSH_LIBSSH2_MEMORY_CREDENTIALS 1\n");
184184
}
185185
if https {
186186
features.push_str("#define GIT_HTTPS 1\n");

0 commit comments

Comments
 (0)