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 e932dc6 commit 245f61bCopy full SHA for 245f61b
ext/rugged/extconf.rb
@@ -116,7 +116,7 @@ def self.run_cmake(timeout, args)
116
$LDFLAGS << " " + "-L#{Dir.pwd}/deps/winhttp"
117
$LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32 -lz -lssh2"
118
else
119
- pcfile = File.join(LIBGIT2_DIR, "build", "libgit2.pc")
+ pcfile = File.join(LIBGIT2_DIR, "build", "git2.pc")
120
$LDFLAGS << " " + `pkg-config --libs --static #{pcfile}`.strip
121
end
122
0 commit comments