Skip to content

Commit

Permalink
Merge pull request #22 from patchkit-net/windows-build-fix
Browse files Browse the repository at this point in the history
Fix librsync build on Windows
  • Loading branch information
mbrt authored Oct 30, 2023
2 parents dff9380 + 3dbc9b7 commit e5b42ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librsync-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() {
.include("librsync/src")
.include("librsync/src/blake2")
.define("STDC_HEADERS", Some("1"))
.define("LIBRSYNC_STATIC_DEFINE", Some("1"))
.file("librsync/src/base64.c")
.file("librsync/src/buf.c")
.file("librsync/src/checksum.c")
Expand Down

0 comments on commit e5b42ef

Please sign in to comment.