We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3eba26 commit e22caa0Copy full SHA for e22caa0
ext/rugged/extconf.rb
@@ -77,7 +77,7 @@ def windows?
77
# in $LIBS or the final linking stage won't pick them up
78
if windows?
79
$LDFLAGS << " " + "-L#{Dir.pwd}/deps/winhttp"
80
- $LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32"
+ $LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32 -lz"
81
else
82
pcfile = File.join(LIBGIT2_DIR, "build", "libgit2.pc")
83
$LDFLAGS << " " + `pkg-config --libs --static #{pcfile}`.strip
0 commit comments