Skip to content

Commit 10de7b6

Browse files
arthurschreibercarlosmn
authored andcommitted
Change tabs to spaces
1 parent 7361d24 commit 10de7b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/rugged/extconf.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ def on_windows
7070
sys("cmake .. -DBUILD_CLAR=OFF -DTHREADSAFE=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS=-fPIC -DCMAKE_BUILD_TYPE=RelWithDebInfo -G \"Unix Makefiles\"")
7171
sys(MAKE)
7272

73-
# "normal" libraries (and libgit2 builds) get all these when they build but we're doing it
74-
# statically so we put the libraries in by hand. It's important that we put the libraries themselves
75-
# in $LIBS or the final linking stage won't pick them up
73+
# "normal" libraries (and libgit2 builds) get all these when they build but we're doing it
74+
# statically so we put the libraries in by hand. It's important that we put the libraries themselves
75+
# in $LIBS or the final linking stage won't pick them up
7676
if on_windows
77-
$LDFLAGS << " " + "-L#{Dir.pwd}/deps/winhttp"
78-
$LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32"
79-
else
77+
$LDFLAGS << " " + "-L#{Dir.pwd}/deps/winhttp"
78+
$LIBS << " -lwinhttp -lcrypt32 -lrpcrt4 -lole32"
79+
else
8080
pcfile = File.join(LIBGIT2_DIR, "build", "libgit2.pc")
8181
$LDFLAGS << " " + `pkg-config --libs --static #{pcfile}`.strip
8282
end

0 commit comments

Comments
 (0)