We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cb732 commit f54577eCopy full SHA for f54577e
api/Makefile.am
@@ -46,7 +46,7 @@ endif
46
libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp renderer.cpp pdfrenderer.cpp
47
48
lib_LTLIBRARIES += libtesseract.la
49
-libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS)
+libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS) $(OPENCL_LDFLAGS)
50
libtesseract_la_SOURCES =
51
# Dummy C++ source to cause C++ linking.
52
# see http://www.gnu.org/s/hello/manual/automake/Libtool-Convenience-Libraries.html#Libtool-Convenience-Libraries
0 commit comments