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 ca994bb commit fd17587Copy full SHA for fd17587
ext/rugged/extconf.rb
@@ -88,7 +88,7 @@ def sys(cmd)
88
# in $LIBS or the final linking stage won't pick them up
89
if Gem.win_platform?
90
$LDFLAGS << " " + "-L#{Dir.pwd}/deps/winhttp"
91
- $LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32 -lz"
+ $LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32 -lz -lssh2"
92
else
93
pcfile = File.join(LIBGIT2_DIR, "build", "libgit2.pc")
94
$LDFLAGS << " " + `pkg-config --libs --static #{pcfile}`.strip
0 commit comments