File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ TESSERACT_RWINLIB = ../windows/tesseract
44PKG_CPPFLAGS += -I${TESSERACT_RWINLIB}/include -I${TESSERACT_RWINLIB}/include/leptonica
55
66PKG_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
1717clean: rm -f $(OBJECTS) $(SHLIB)
1818
1919winlibs:
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+
You can’t perform that action at this time.
0 commit comments