Skip to content

Commit 32977f9

Browse files
committed
fix build after libgit2 d103620
see libgit2/libgit2@d103620
1 parent 3094f52 commit 32977f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgit2-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fn main() {
194194
}
195195

196196
features.push_str("#endif\n");
197-
fs::write(include.join("git2/sys/features.h"), features).unwrap();
197+
fs::write(include.join("git2_features.h"), features).unwrap();
198198

199199
cfg.compile("git2");
200200

0 commit comments

Comments
 (0)