Skip to content

Commit 419b2e4

Browse files
authored
Merge pull request #770 from ioquatix/patch-1
Update extconf.rb
2 parents fb9b327 + fd17587 commit 419b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rugged/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def sys(cmd)
8888
# in $LIBS or the final linking stage won't pick them up
8989
if Gem.win_platform?
9090
$LDFLAGS << " " + "-L#{Dir.pwd}/deps/winhttp"
91-
$LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32 -lz"
91+
$LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32 -lz -lssh2"
9292
else
9393
pcfile = File.join(LIBGIT2_DIR, "build", "libgit2.pc")
9494
$LDFLAGS << " " + `pkg-config --libs --static #{pcfile}`.strip

0 commit comments

Comments
 (0)