Skip to content

Commit

Permalink
Added missing linker flags for MinGW.
Browse files Browse the repository at this point in the history
  • Loading branch information
eighttails committed Mar 13, 2019
1 parent 681e630 commit bbbd262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Makefile.am
Expand Up @@ -41,7 +41,7 @@ libtesseract_api_la_SOURCES += wordstrboxrenderer.cpp
libtesseract_api_la_SOURCES += renderer.cpp

lib_LTLIBRARIES += libtesseract.la
libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS) $(OPENCL_LDFLAGS)
libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS) $(OPENCL_LDFLAGS) $(libarchive_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

0 comments on commit bbbd262

Please sign in to comment.