Skip to content

Commit

Permalink
Merge branch 'master' of github.aaakk.us.kg-egorpugin:tesseract-ocr/tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Dec 22, 2016
2 parents f0bbf1a + c1ee2fe commit 8b3c6ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif
libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp renderer.cpp pdfrenderer.cpp

lib_LTLIBRARIES += libtesseract.la
libtesseract_la_LDFLAGS =
libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS)
libtesseract_la_SOURCES =
# Dummy C++ source to cause C++ linking.
# see http://www.gnu.org/s/hello/manual/automake/Libtool-Convenience-Libraries.html#Libtool-Convenience-Libraries
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ build_script:
- cd build
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off
- cmake --build . --config Release

artifacts:
- path: build\bin\Release
name: tesseract-$(APPVEYOR_BUILD_VERSION)

0 comments on commit 8b3c6ac

Please sign in to comment.