Skip to content

Commit

Permalink
Fix another build failure without zlib.h
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Silverman <bsilver16384@gmail.com>
Change-Id: Ib99cc600547ce43a47b9cc3cce6ae9156c754190
  • Loading branch information
bsilver8192 committed Aug 15, 2022
1 parent 93992cf commit 0562f0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions third_party/cargo_raze/cargo_raze.patch
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@
],
edition = "2015",
links = "ssh2",
@@ -67,6 +67,7 @@ cargo_build_script(
"@cargo_raze__cc__1_0_67//:cc",
"@cargo_raze__libz_sys__1_1_2//:libz_sys",
"@cargo_raze__pkg_config__0_3_19//:pkg_config",
+ "@cargo_raze__zlib//:dep_z_include",
] + selects.with_or({
# cfg(target_env = "msvc")
(

--- impl/src/util.rs 2022-02-06 17:53:29.535707368 -0800
+++ impl/src/util.rs 2022-02-06 17:55:22.513000536 -0800
Expand Down

0 comments on commit 0562f0f

Please sign in to comment.