Skip to content

Commit f796821

Browse files
committed
fix makevars win indentation
1 parent 5eb999a commit f796821

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/Makevars.win

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ TESSERACT_RWINLIB = ../windows/tesseract
44
PKG_CPPFLAGS += -I${TESSERACT_RWINLIB}/include -I${TESSERACT_RWINLIB}/include/leptonica
55

66
PKG_LIBS += \
7-
-L${TESSERACT_RWINLIB}/lib${subst gcc,,${COMPILED_BY}}${R_ARCH} \
8-
-L${TESSERACT_RWINLIB}/lib \
9-
-ltesseract -lleptonica \
10-
-ltiff -lopenjp2 -lwebp -lsharpyuv -ljpeg -lgif -lpng16 -lz \
11-
-lws2_32
7+
-L${TESSERACT_RWINLIB}/lib${subst gcc,,${COMPILED_BY}}${R_ARCH} \
8+
-L${TESSERACT_RWINLIB}/lib \
9+
-ltesseract -lleptonica \
10+
-ltiff -lopenjp2 -lwebp -lsharpyuv -ljpeg -lgif -lpng16 -lz \
11+
-lws2_32
1212

1313
# Compile
1414

@@ -17,7 +17,8 @@ all: clean winlibs
1717
clean: rm -f $(OBJECTS) $(SHLIB)
1818

1919
winlibs:
20-
"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" "../tools/winlibs.R"
21-
rm -Rf ../inst/share && mkdir -p ../inst/share
20+
"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" "../tools/winlibs.R"
21+
rm -Rf ../inst/share && mkdir -p ../inst/share
2222

2323
.PHONY: all winlibs clean
24+

0 commit comments

Comments
 (0)